AutoCAD Inventor :: CoG Of Selected Parts Within Assembly

Sep 4, 2013

I have a question about getting CoG of my assembly.  The only problem is that i only need 2 parts (the rest are just dummy solids with 'default material'.

When i control select two parts, right click and go 'iproperties' - the physical tab doesn't let me determine CoG of the two parts combined.

View 3 Replies


ADVERTISEMENT

AutoCAD Inventor :: Section View Only For Selected Parts In An Assembly

Sep 1, 2011

Is it possible to define a View Representation in an assembly such that a half section view is active, but only for a certain set of parts within the assembly?

View 5 Replies View Related

AutoCAD Inventor :: ILogic - Turn On Origin Planes On Selected Parts Within Assembly?

Aug 19, 2012

 Is there a way using ilogic,that when you select/highlight a part within an assembly and run the code that it will turn on the Origin planes only and also turn turn them off ?

View 5 Replies View Related

AutoCAD Inventor :: Send Custom Properties From Selected Assembly View In Drawing To All Parts

Nov 4, 2013

I want to create a rule with CommandManager.pick who see the name of assembly and send a custom ipropertie to all parts of this assembly view in drawing, this is my none finish rule.

Dim doc = ThisApplication.ActiveDocument
Dim entity = ThisApplication.CommandManager.Pick(
SelectionFilterEnum.kDrawingViewFilter,
"SÉLECTIONNE UNE VUE")
modelName = IO.Path.GetFileName(ActiveSheet.View(entity.Name).ModelDocument.FullFileName)
PART = Left(modelName, 11)
EXT = Right(modelName, 3)
FIRST = Left(modelName, 3)

[code]....

I have the rule "SEND TO PARTS" in my assembly but i have this error message

MEMBER NOT FOUND. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND))

View 8 Replies View Related

AutoCAD Inventor :: Creating Separate Assembly Out Of Various Component Parts In Existing Assembly

Jul 10, 2012

I'm looking for the best way to create a separate assembly out of various component parts in an existing assembly so that the whole thing can be placed in an assembly as you would a part, I know it's possible to demote components within an assembly but are there any other methods similar / better ?

View 2 Replies View Related

AutoCAD Inventor :: Place Assembly Constraints With Parameters From Parts In Assembly?

Oct 30, 2012

it is possible to make a constraint that utilized a parameter of a part within the assembly.

For example, if I wanted to use the thickness of a plate, which I defined in the part, could I call that parameter in a constraint?

View 1 Replies View Related

AutoCAD Inventor :: Make Sub Assembly From Parts From Main Larger Assembly?

Oct 31, 2011

My assembly has grown (about 50 parts) to where I need to consolodate some parts into subassemblies for reuse and alternate iterations of the basic design.

When I import the original parts into a new assembly, all of the constrains I created are not there of course.

I've tried creating a new empty part and then deriving a new part from the assembly, but I can't add, delete or edit any parts.

I looked at using Shrinkwrap, Substitutes, iParts, Multi-body Parts, and Multiple Solids but I remain confused.

In retrospect, maybe I should have created the subassemblies between the part and assembly stage but I didn't.

View 4 Replies View Related

AutoCAD Inventor :: Saving Assembly Parts As New (sub) Assembly?

Nov 28, 2011

Can I select a bunch of parts in an assembly and say "save these pieces as a new assembly"?

It is just such a needed tool but I cant find an easy way to accomplish this.

View 2 Replies View Related

AutoCAD Inventor :: Constraints Between Selected Parts

Sep 6, 2012

Is there a way to get a list of constraints that exist between two parts in an assembly?

It will take forever to go through each and every constraint for one of the parts, checking the "Other Half" of each just to find all constraints between to specific parts.

View 2 Replies View Related

AutoCAD Inventor :: Add Currently Selected Parts To ObjectCollection

Jan 21, 2013

I want the user to have a set of occurrences selected and click a button to run code on them but I can't seem to find a method of getting the names or anything else on the actively selected parts.

View 1 Replies View Related

AutoCAD Inventor :: Position Of COG In Selected Parts?

Jan 13, 2012

I have now been able to select items in an assembly and get weight and COG details of just the selected items, however I guess the COG will be working from the world datum as the xyz data is very wrong?

how do i set the world datum to a known point on one of the parts in the current view so that I can get the COG to relate to a position within the part that I set the datum to?

basically I have a block of metal with a load of parts on one end that offsets the weight / COG and i need to balance this on some brackets that are equally spaced from the COG, so i need to determine where the COG is of all the selected parts but as a position within the block from a known point.

View 5 Replies View Related

AutoCAD Inventor :: Hidden Lines In An IDW For Selected Parts

Jan 17, 2012

Is there way that within a drawing view, hidden lines can be shown for only some of the parts of an assembly, rather than just being a global toggle setting for the whole view? I know that it is possible to hide individual lines, but It would be good to be able to do this on a part basis, as some drawings can have thousands of hidden lines that would need to be selected and turned off.

View 2 Replies View Related

AutoCAD Inventor :: How To Get Iproperties Of The Selected Part Or Sub-assembly

Jan 19, 2013

I'm using Visual Basic 2010 Express and Inventor 2013. I can get the properties such as PartName, Description information of the all sub parts using below

Dim invDocs As Documents
invDocs = inv_App.Documents    
Dim i As Integer
Dim invDocument As Document
For i = 1 To invDocs.Count
[code].........           

Above code works perfect. But I want to get or change i property values of the selected part or assembly in the biggest assembly. I got below information:

Dim selSet As SelectSet
selSet = asmDoc.SelectSet
Dim compOcc As ComponentOccurrence
Dim obj As Object
For Each obj In selSet
compOcc = obj
'Debug.Print(compOcc.Name)
compOcc.Visible = False              
Next

But I do not know how can I get the properties of the selected part or sub-asm . How can I walk from "compOcc" to "invDocument.PropertySets.Item("Design Tracking Properties").Item("Description") "

P.S. I will check the selected part quantity. It must be only ONE! Control Code below:

Dim asmDoc As AssemblyDocument
asmDoc = inv_App.ActiveDocument
If asmDoc.SelectSet.Count <> 1 Then
MsgBox("You need to select only one part or sub-asm to change properties...!")
Return
End If

View 2 Replies View Related

AutoCAD Inventor :: Cannot Join Parts In Assembly

Dec 2, 2013

I am trying to assembled these 2 parts but the elbow gives no options..how can i constrain the elbow to the straight pipe?

View 7 Replies View Related

AutoCAD Inventor :: Rename Of Assembly And Parts

Mar 7, 2012

How could I rename a hole assembly and all parts (pre- or suffix)?

View 2 Replies View Related

AutoCAD Inventor :: Deriving Parts From Assembly?

Nov 20, 2011

I am designing a component whose internal mechanism is housed in a plastic shell. I want to use the boss feature in the shell so I can hold together the components internally, but the boss feature is only available in the part workspace, but in order for me to know where the internal components are so I can design my shell accurately, I have to be in the assembly workspace.

Now, if I opened the shell as a part alone, and imported (through the Derive command) the parts that need to be fit into the shell, they will appear at random positions, and because you cannot create constraints in the Part Workspace, I have no effective way of holding them where they should go.

View 2 Replies View Related

AutoCAD Inventor :: BOM - Best Way To Organize Parts In Assembly

Mar 15, 2012

I have 4 columns in BOM that I call out in Parts Lists on my drawings.

I need to be able to organize parts in my assembly somehow and to be able to display if needed (on Parts List) only parts belonging to one category (level?).

I could do it by creating another custom iproperty in a part template and each part would belong to a particular group. Then I could sort them in BOM in .iam environment and have particular category visible on Parts List with the other categories with visibility turned off.

View 9 Replies View Related

AutoCAD Inventor :: Assembly - Parts Not Visible

May 11, 2012

I'm working on a small Assy (25 parts). When I open one of the parts from this Assy and work on it then go back to the Assy many parts are not visible. The update button is usually off so I can't use it.

This started only about 2-3 weeks ago - in every assy. I changed the nvidia driver but didn't work.


Inventor pro 2012
Win 7 Pro. sp1 64 bit
Intel Core I7-2600 CPU
Ram - 8GB
Quadro 2000 D
Nvidia 275.89 (tested nvidia 296.70 with no luck)

View 4 Replies View Related

AutoCAD Inventor :: Referencing Parts In Assembly?

Jan 18, 2013

I have a rather complex assembly that I didn't draft but I am trying to work with. Most of my experience is with Solidworks. I'm trying to create a hole in a plate that lines up with a hole in a different part in the same assembly. I know there is probably a way to create the hole in the assembly and reference the other part but I dont know how.

Autodesk Inventor 2009

View 2 Replies View Related

AutoCAD Inventor :: Moving Parts In Assembly

Apr 8, 2013

When I place parts in my assembly they are stuck in the position I place it and can only be moved once I mate it to another part of my assembly. I have only recently encountered this problem, as usually when I place a parts in an assembly I am able to simply click on the component and drag/move that part around to put it in a place that suits before I use any constraints.

What is the problem, have I clicked on some function unknown to myself which has disabled the ability to move parts/assemblies when I place them into an assembly?

View 4 Replies View Related

AutoCAD Inventor :: Adding Parts To Top Down Assembly?

Sep 28, 2011

I've created an assembly from the solid bodies of a part. Is there a way to add more parts to that assembly from other solid bodies of the original part? If so what is the procedure?

View 7 Replies View Related

AutoCAD Inventor :: Editing Parts Within Assembly?

Nov 25, 2011

I have a machine with some internal parts.To see the inside parts i need to make the outside parts Glass.Can i make the outside parts Glass while in the assembly or do i need to open each part up from there folder and make the material Glass.This would be slow if i need to open up each part to make the material Glass and when finished would again have to open the part up and set back to original material.Can all this be done while in Assembly mode?

View 6 Replies View Related

AutoCAD Inventor :: Create Parts In Assembly

Oct 31, 2013

When creating a new part in an assembly and I select a face of an existing component, how does Inventor determine the orientation and origin of that new part?   I understand how Inventor works when I select the plane/origin of a part or pick out in space in the assembly.But the placement based on the face of an existing component seems random..

I normally do not like creating parts inside of an assembly but I was trying some new workflows.

View 3 Replies View Related

AutoCAD Inventor :: Editing Parts In The Assembly?

Jan 26, 2012

I have firgured out how to create a part within the assembly.I have also figured out how to add a feature in an assembly, but that feature does not attach to a

component when I need it to.What I haven't figured out is how to edit an existing part within an assembly to add a feature that references another part.  Basically having an external reference (SW term).Also, is there a way to see the features of a part within the assembly?

View 8 Replies View Related

AutoCAD Inventor :: Parts Not Updated In Assembly

Sep 22, 2011

On a different station, a component was checked oud, altered (100mm became 110mm), the corresponding dwg was also checked out and updated, and then everything was checked in.

Now i have an assembly that contains the part that was modified, but i still have the old version of it stored locally, as well as the assembly containing the part. Now when i open the assembly, i get the message stating some components had changed and that the assembly should be updated. After selecting YES to update the assembly, i get it on screen, but the part itself had not been updated. The vault tree now does show that i don't have the latest version though (red filled circle). In order to get the part to appear correctly, i need to manually select "refresh from vault" to get the correct version.

After selecting the YES i want to update the assembly I expect the parts to be updated properly without requiring additional manual actions. This has already resulted in out-of-date drawings to hit the production floor. Obviously, THIS SHOULD NOT HAPPEN!

I know one way to overcome this issue would be to delete the local source files after having used them, but i have lost plenty of work by allowing that setting to be enabled. (IV crash during check-in resulted in deletion or corruption of the files and they were not properly checked in.)

Should i log this issue or is there a solution available i failed to find?

View 1 Replies View Related

AutoCAD Inventor :: Use Only Visible Parts In Assembly

May 13, 2013

in my assembly part visibility is controlled by a Ilogic rule which selects an Iassembly. This assembly is a parametric model controlled by excel. The visible parts have to be exported to dxf.

Everything is working (iterating through parts, export sheet metal to dxf), but how can I check whether a part is visible within the assembly?

View 1 Replies View Related

AutoCAD Inventor :: Update All Parts Within An Assembly?

Oct 18, 2012

It is possible to create parts that can update there size from changing the "root" (possibly called the derived-from part??) dimensions. I have a tubular frame structure and there is sheet metal components that enclose this structure.

We make these units in 2 standard sizes, but in the last few months, we have been getting requests from clients for extra components to be installed or sometimes components to be removed. This changes the size of the unit. Also depending on which mine they go to, some need to be shorter or longer and wider or narrower.

I have created a frame that I can change easily to to required dimensions, but it would be a dream if all the sheet metal components updated to the frame size. Most times these doors and sheet metal components stay in the same location, so if everything updated with a simple change to the frame size, that would make my job easier, and leave me more time to create new products.

I can't upload any files due to size, but I have attached a few screen shot to clarify things. Basically it is a frame unit, with doors and access panels to electrical components inside.

View 9 Replies View Related

AutoCAD Inventor :: Open All Parts In Assembly At Once?

Oct 3, 2012

is it possible to open all parts in an assembly at once?

I tried to select them all in the modelbrowser, and then open, but ain't working. I tried also with the design assistent, but also not working.

I will use this function to place all (open) parts from an assembly in one drawing. Then i am sure that i don't forget any parts.

View 7 Replies View Related

AutoCAD Inventor :: How To Take Away Lines From Assembly Parts

Mar 4, 2013

I've just started using Inventor and am getting the hang of things, but one thing that really annoys me is these lines that are all over the parts I use in assembly. Screenshot attached.

View 5 Replies View Related

AutoCAD Inventor :: Add Rule To All Parts In Assembly

Aug 29, 2013

I have a three part question. First, I have an iLogic routine in an assembly that opens all the parts within the assembly, runs a particular rule, and then closes that part. Is there anyway I can get this to run in the background. I don't want my users to see all of my part files opening and closing.

Here is my
 
'assign path values in iproperties to be equaliProperties.Value("RD FLANGE:1","Custom", "FilePATH") = iProperties.Value("Custom", "FilePATH")Dim FilePATH As String = "FilePATH"customPropertySet = ThisDoc.Document.PropertySets.Item _("Inventor User Defined Properties")Try prop= customPropertySet.Item(FilePATH)Catch customPropertySet.Add("", FilePATH)End TryIf
[code].....

My second question is how do I add a routine that as the part files are opened checks to see if "MyRule" is there. If "MyRule" is not there add "MyRule" else if "MyRule" exist move on to the next part.

My third and final question is there anyway for my code to distinguish between standard parts and sheet metal parts. Basically, if the opened part is not a sheet metal part then I do not want "MyRule" to be inserted and I do not want "MyRule" to be run. I want it to move on to the next part within the assembly.

View 5 Replies View Related

AutoCAD Inventor :: Assembly Moving Parts

Mar 21, 2013

So I have this assembly with all parts constrained properly yet it won't let the parts move the way they should under the constraints applied and it's telling me I have interfering constraints.

I checked the "broken" constraints over but they look fine. It's a relatively small assembly (10-15 parts), although the parts have been used in a previous assembly. Would this affect their behavior?

View 5 Replies View Related







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