AutoCAD Inventor :: Point Load To Structure Work

Sep 12, 2012

How to apply point load & udl to structure work? How to apply load from cg of equipment's which are mounted on base frame?

View 5 Replies


ADVERTISEMENT

AutoCAD Inventor :: Add-in That Would Place Work Point At CoG Of Model

Jul 12, 2012

I just upgraded hardware and moved from Inventor 10 in XP 32 bit to Inventor 10 in Windows 7 64 bit. Previously I had an add-in that would place a work point at the CoG of a model. The new installation does not, and since I was not the original user of the old computer I don't know where it came from.

I'm assuming it was a 3rd party add-in or something that does not install automatically with the 2010 mechanical design suite (SDK tools maybe?). Any link or where to find this tool in the installed files.

View 2 Replies View Related

AutoCAD Inventor :: Deleting Work Point In A Part

Oct 13, 2012

I created a work point on a part. How do I delete it? Right clicking on the work point in the model browser doesn't give a Delete menu item. 

[URL]

View 2 Replies View Related

AutoCAD Inventor :: Work Point Proxy Type Mismatch

Jul 1, 2013

I'm working on mating two assemblies together by work points on a part inside of them. Here is the code I'm using. It worked with work planes, but when repurposed it to work points, I get a type mismatch when the code tries to generate the work point proxies:

Dim oPartPoint1 As WorkPoint oPartPoint1 = oOcc1.Definition.WorkPoints.Item("botMatePoint") Dim oPartPoint2 As WorkPoint oPartPoint2 = oOcc2.Definition.WorkPoints.Item("matePoint") Dim oAsmPoint1 As WorkPointProxy oOcc1.CreateGeometryProxy(oPartPoint1, oAsmPoint1) Dim oAsmPoint2 As WorkPointProxy oOcc2.CreateGeometryProxy(oPartPoint2, oAsmPoint2)

View 8 Replies View Related

AutoCAD Inventor :: Work Point Inclusion Location Incorrect

Dec 10, 2013

The workpoint I have in my model is in the location I want.

When I INCLUDE  it in my IDW file it shows up in the wrong location.

Glad I noticed that, I would have dimensioned to the wrong location and ended up with a scrapped part.

I wonder what would cause this? Maybe a bug? I looked at the model from every possible angle and the point is in the exact location I need.
 
Dell Precision T3500
Windows 7 Pro
Quad Core Intel Xeon
6 Gb SDRam
NVIDIA Quadro
Product Design Suite 2014 Premium

View 3 Replies View Related

AutoCAD Inventor :: Work Plane Definition - Axis And Point

Sep 16, 2011

I very often find that I would like to create a work plane defined by an axis and a point such that the plane is spanned by the point and the axis. But the only possible way seems to be to create a plane through the point and perpendicular to the axis.

View 9 Replies View Related

AutoCAD Inventor :: 2012 - Work Point In DXF Of Sheet Metal Part

Jul 16, 2012

We have a custom-made sheet metal punch consisting of a 5x5 matrix of 1/8" holes. We export flat patterns from Inventor as DXFs.

We normally make DXFs by creating a view of the flat pattern on a blank IDW template (no border, no title block, nothing) and export that view as a DXF. This lets us orient the view at will, unlike right-clicking on the flat pattern in the browser and selecting Save Copy As.

When the sheet metal guy assigns tooling in his software, he needs to get each punch to "lock onto" the corresponding feature in the DXF. Normally this isn't a problem, but it has been with this gang punch. The center hole of the punch needs to lock onto the correct hole in the DXF, and it can't always seem to do it. I've sat alongside the guy as he does this, and in his software the centers of the circles show up as dots/points. But on this punch, there isn't necessarily a dot in the center of every circle, and it's possible that the center hole, which really needs the dot, won't have one.

I've come up with a workaround for this: a work point in the IPT. In the attached part, it's feature Tooling1. The sheet metal guy confirms that if I include the work point in the DXF as a point (in the AutoCAD sense), he can lock onto it. However, I find that if I generate a DXF from the flat-pattern IDW, the point is lost. If I generate an ACAD DWG from the IDW and save the DWG as a DXF, the point comes through in the DXF. But that's an extra step.

Is there a way to export directly from IDW to DXF and not lose the work point? Or is this as good as it gets?

For the sake of simplicity, the attached part has no bends. I realize that if I did, I'd have to re-create the points in the flat pattern, but that's another discussion.

View 8 Replies View Related

AutoCAD Inventor :: Convert The Centre Of Gravity Of A Part Into A Work Point

Apr 8, 2013

I wonder how to convert the centre of gravity of a part into a work point.

View 4 Replies View Related

AutoCAD Inventor :: Create Work Point On Midpoint Of Curved Edge

Apr 1, 2013

Is it possible to create a work point on the midpoint of the curved edge of any feature.

I was not able to access the midpoint of an edge.

Config :: Intel (R) Xeon (R) CPU E31245 @ 3.30 GHz, 16.0 GB, 64bit win7
Inventor 2013 and Vault Basic 2013

View 2 Replies View Related

AutoCAD Civil 3D :: How To Work With Structure And Pipe Profiles

Nov 13, 2013

Going through the API, I can't find a class that would let me work with pipe or structure profiles.

View 4 Replies View Related

AutoCAD Civil 3D :: Load Point Cloud Files

May 28, 2012

while i am trying to load my point cloud files the points appeared in the model but not all points

i entered to the setting of the point cloud from the toolspace toolbar , i found that there are about 32 million points but only 700000 points are displayed in the drawing. Is there a way to display all the loaded points in my drawing to show all the points since i need to render a high resolution pictures for my lots.

View 2 Replies View Related

AutoCAD Civil 3D :: 2012 - Pipe Structure Editing - Changing Preset Lists For Structure Sizing

Nov 4, 2011

We use C3D 2012 (metric only) - We are attempting to customize our list of structures for Sanitary Sewers.  The structure list shows sizes we do not use and we would like to modify them.  However, when we try to select the "Inner Diameter" it displays a list of sizes that we can not seem to modify or add to.

I have looked at some of the XML files to try and modify or add new sizes (example: AeccStructConcentricCylinder_Metric.xml) , but they do not seem to be recognized even after I restart the program.

Here is what the file looks like:

<ColumnConstList desc="Inner Structure Diameter" dataType="float" unit="mm" name="SID" id="CCL1" visible="1" context="StructInnerDiameter" index="0">

<Item id="i0">1200.0000</Item>
<Item id="i1">1350.0000</Item>
<Item id="i2">1500.0000</Item>
<Item id="i3">1800.0000</Item>
<Item id="i4">2050.0000</Item>
<Item id="i5">2300.0000</Item>
<Item id="i6">2550.0000</Item>

I tried modifying the last line replacing 2550 with 3600.

I also tried adding a line  <Item id="i7">3600.0000</Item>

I saved the XML file and restarted the program with nothing changing that I can see.

Looking for correct file(s) to edit so I can modify the LISTS that come up in the piping modules.

View 2 Replies View Related

AutoCAD Civil 3D :: How To Get Pipe Structure To Be Sphere Like Null Structure

Feb 12, 2008

One good thing about null structures is the way they display in 3D. They cover that gap in the pipe segments. Can I steal that shape?
I am currently using a simple cylinder for water pipe "joints" and turning it off like most people do I think.

View 4 Replies View Related

AutoCAD Civil 3D :: Concentric Structure To Eccentric Structure

Apr 30, 2012

I have drawn a pipe network with multiple concentric sturctures. I need to make them all eccentric now. Is there an easy quick way to do this, or do I have to redraw all of them. When I go to the properties, I cannot find an option that allows me to change this.

View 2 Replies View Related

Maya :: 32 Bit Images Floating Point Won't Load?

May 23, 2011

know why is not possible to load 32 bit images in Maya? I´ve loaded the plugins (tiffFloatReader, OpenEXRLoader) for this but I still receive an error message when I try to load 32 bit image (tiff, exr, hdri).

View 1 Replies View Related

Photoshop :: CC Doesn't Work On Load?

Nov 21, 2013

how to overcome the horribly sluggish load time for photoshop CC?That is, when the app loads, it takes at least a minute before I can load a file, most of the time 2-3 minutes.I am running a quad processor 2.4GHz computer/8G ram  that's less than 6 months old. Seriously adobe... This is ridiculous.
 
It seems like all your content works similarly too. the "Creative Cloud" app is something of a joke. Takes 2 minutes to load, andother minute or 3 to show info, and when an app needs an update, well, jsut look out. You're in for a long wait while adobe chugs along at 1980s connection speeds. (I am on a 24 down 7 up connection, there's no excuse)

View 2 Replies View Related

AutoCAD Inventor :: Setting Up Point On Different Layer To Mark Center Point Of Circle?

Nov 15, 2012

I need to find a way how to insert a point or a * on the center point of a hole and put it on a different layer. The reason for this is - I am a CAD tech for a welding shop and we cut parts out of steel and we use the dxf file format for our plasma table to cut parts. For example : if i have a 1 inch thick plate and want to put a 3/4'' hole in the plate the hole will be distorted because the hole is smaller than the material thickness. For these situation we can use the plasma table to burn a point or a dot on the center point of the hole. But to do this the point or dot must be on a different layer in the dxf.

View 2 Replies View Related

Photoshop :: Could Not Load The User Measurement Data Point Presets File Because ...

May 6, 2008

I had to re install Adobe Photoshop CS3 Extend but now every time I try to start it, it errors out withe the following:

"Could not load the user measurement data point presets file because the file name was not valid."

and "Could not load the user measurement scale presets file because the file name was not valid."

View 2 Replies View Related

AutoCAD Inventor :: IPart BOM Structure

Sep 28, 2009

How do I change the BOM structure of iParts from Normal to Purchased? The BOM editor in the assemblies that use the iParts have the iParts as read only. I can't find a way to change them to purchased from inside the iPart either.

View 3 Replies View Related

AutoCAD Inventor :: BOM Structure Of CC Parts

Oct 20, 2011

I've copied over some hardware from the CC to our custom library... washers and bolts.  How can I change the BOM structure of the parts to Phantom, I really don't want them showing up in parts lists... and I'd prefer not to just shut off the visibility at that level.  They are all set to "Purchased"... can this be changed?  I tried opening the part and setting the default to Phantom, but since it is a CC part, I get an error message.

View 3 Replies View Related

AutoCAD Inventor :: Different BOM Reference Structure In Same IAM Possible?

Jul 26, 2012

Let's say i want to draw a bike. In the 2D IDW of the wheel I want to see the frame as a reference. So, in the .iam of the wheel the frame subassembly is inserted and checked as reference. Also, a new level of detail is created that surpressed the frame.This level of detail is used in the overall assembly of the bike.

So, I end up with several subassembly's that contain other subassembly's just to reference them in the IDW. It would be better to have just one master assembly and create several IDW's from that assembly with different LOD and reference settings.

Inventor 2012 - 64 bit - build190 - Windows 7

View 4 Replies View Related

AutoCAD Inventor :: Customization Of BOM Structure

Sep 28, 2012

I'm trying to do a customization of the Bom structure to obtain a new custom column "Qty*x" (where "X" is a number).

I need this because in my order I have multiples of these items.

View 1 Replies View Related

AutoCAD Inventor :: BOM Structure Automatically Changes?

Nov 2, 2011

I am working on an assembly and trying to build a BOM.  I am using the BOM editor to change everything on the fly but I am running into an issue.  For some reason there are a few parts that don't want me to change their BOM structure.  I change them from "Normal" to "Purchased" but they instantly change back to "Normal".  I have all the files checked out and in the parts document settings it's BOM structure is actually correctly labeled as "Purchased". 

Inventor Professional 2010

View 2 Replies View Related

AutoCAD Inventor :: Sub-assembly With Two Different BOM Structure

Jun 6, 2013

I need to have a sub-assembly (named ass1) with two different BOM structure: one should be normal and the other should be phantom.

The normal one I need to use it in main assembly (named assy2). In the drawing of assy2  I need to show the assy1 in the Part List.

The phantom one I need to show in another assembly (named assy3). In the drawing of assy 3 I need to show the components of assy1, not the assembly.

View 5 Replies View Related

AutoCAD 2013 :: Break At Point Don't Work / When Right Click On Mouse

May 8, 2013

right clicking the mouse normally repeats the previous command. In this case I right click to repeat the "break at point" command. Instead of getting the break at point command, I always get the "break" command.

View 2 Replies View Related

AutoCAD Inventor :: Project File Structure

Mar 14, 2013

As a new Inventor user I wanted to get some insight and pointers on good practices for Project Files and their structure while using a stand alone Inventor seat with no Vault I am a single user at our company and just upgraded to Inventor. I have been using Solid Works for years and things are a little different.

View 9 Replies View Related

AutoCAD Inventor :: Change BOM Structure With ILogic?

Jan 8, 2014

I'm using rules to control a part that I made. This part is available in steel and wood. 

But steel = normal and wood is something we have to buy.

I would like to adjust my rule so that my material choice will effect the "Default BOM Structure"

I just can't find the right "code" to start with.

View 8 Replies View Related

AutoCAD Inventor :: Import BOM Structure Via XML File?

Mar 13, 2012

By the UI, you can import the BOM structure via an XML file. Is it possible by API ?

View 6 Replies View Related

AutoCAD Inventor :: Lost Three Structure Panel?

Dec 21, 2012

I somehow accidently closed and deleted the left-side file panel(with the file three structure) in inventor 2011! And i cannot find where to activate it again in any of the menus.

View 4 Replies View Related

AutoCAD Inventor :: BOM Structure Of IPart Or IAssembly?

Nov 20, 2012

I am using Inventor Professional 2012 and I have created complex iparts and iassemblies and I am not able to change the BOM structure of the parts simply because they are intelligent.  I require the tables and features that the iparts and iassemblies can create but they are coming up read only and can not modify the BOM information. Is there a way to change the read only aspect of an ipart or iassembly?

View 1 Replies View Related

AutoCAD Inventor :: Create Work Axis Where Work Plane Intersects Curved Surface?

Sep 9, 2013

I keep running into a situation where I would like to be able to create an edge or a work axis at the intersection of a work plane and the surface of the part.  I figured out a work around if the surface is flat, but I haven't figured out a work around for a curved surface.

How do I create work axis where work plane intersects curved surface?

Or put another way: How do I project intersection of work plane and curved surface onto the work plane in a 2D sketch?

I need to be able to draw a 2D sketch on the work plane, but get a perfectly matching projected line onto the work plane, from the curved surface, at the intersection of the curved surface and the work plane.

The attached jpg shows the intersection in question.  I circled it.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved