AutoCAD Inventor :: Origin Folder Not Being Shown In Browser Of Assembly

May 5, 2004

Is there a setting or something somewhere that turns off/on the display of the origin folder? I have rebooted and restarted Inventor. For some reason, I can't get see the folder. Even when I edit a part, it is not there. See attached images.

View 5 Replies


ADVERTISEMENT

AutoCAD Inventor :: Cannot Add Browser Node To Empty Browser Folder

Apr 8, 2013

I am trying to use the Browsernode.addchild method to add an occurence to an empty browser folder. The code fails at this point and I gett an error pointing to the line "Call oTargetNode.AddChild(oSourceNodeDef)". I can add the occurence with the browserpanes.Reorder method without issue if the folder is not empty. The code is pasted Below.

Format:HTML Format Version:1.0 StartHTML:     165 EndHTML:   29338 StartFragment:     314 EndFragment:   29306 StartSelection:     314 EndSelection:     314
SyntaxEditor Code Snippet
DimPrcsTpAsStringPrcsTp=InputListBox("Process Type?", MultiValue.List("ProcessType"), Parameter("ProcessType"), Title :="Select Process Type", ListName :="Process Type")DimRtgNameAsStringRtgName=PrcsTp&"-"&Parameter("NoRtgsInc")+1MessageBox.Show(RtgName, "Title",MessageBoxButtons.OKCancel)DimoAsmAsAssemblyDocument=ThisDoc.DocumentDimoMatrixAsMatrix=ThisApplication.TransientGeometry.CreateMatrixDimoOccAsComponentOccurrenceoOcc=oAsm.ComponentDefinition.Occurrences.AddVirtual(RtgName, oMatrix)DimoCompDefVirtualAsVirtualComponentDefinition=oOcc.Definition'CREATE AND SET THE

[code]....

View 1 Replies View Related

AutoCAD Inventor :: Translate Assembly Component Using ILogic / Offset From Parent Assembly Origin

Nov 9, 2011

I want to be able to control the location/position of a component in an assembly. This is easy enough through the iProperties/Occurrence tab and then adjust the location of the X,Y, and Z offsets. Is this possible using iLogic? I have been unable to find a function to access via iLogic. Ultimately I am trying to translate a component about an axis not a pattern.

View 1 Replies View Related

AutoCAD Inventor :: What Happened To Origin Axis / Planes In The Browser

Dec 21, 2013

They are all gone in my parts and assemblies.  Only are they visible in the browser when I open a particular part or assembly of the parent. Need them for constraints .

View 9 Replies View Related

AutoCAD Inventor :: Readjusting ORIGIN In Assembly

Mar 28, 2013

How can i a re-adjust the orignal origin on an assembly? For example: i have a trailer frame (an assembly) and want to add a tank centered on top of it by constraining the center planes of both assemblies.. When i select the X-Axis/Pane from the trailer, it is not in the center of it, instead the X-Axis/Plane is 3/4 of the way off centered.

View 5 Replies View Related

AutoCAD Inventor :: Changing Direction Of Assembly Origin Axes

Oct 4, 2011

I recently found an error in my top level assembly which is that the origin axes x & z are pointing in the wrong direction (x-axis points in the negative x direction and the z-axis points in the negative z direction).  how to "flip" the origin axes of an assembly?

Additional information:  I have a top level lattice assembly that consists of a number of lattices (a part to which components are constrained) with the lattice origin planes constrained flush with the top level lattice assembly origin planes.  This top level assembly is used in many other assemblies to constrain entire systems.  Re-constraining my lattices correctly inside of the top assembly is infeasible.

View 1 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 :: Placing Content Center Parts At Assembly Origin 2012

Mar 14, 2012

I have just installed Inventor 2012 and am experiencing a bizarre problem with placing content center parts.  When I start a new assembly, and place a content center part, I would expect it to locate itself central to the assembly origin.  What actually happens is that it grounds itself wherever I click on the screen.  This doesn't happen with parts that I have created myself.

Is there a bug in the system or maybe an option that I have unknowingly switched off?

Inventor Professional 2012 SP1
Windows XP Pro 64 Edition SP2

View 3 Replies View Related

AutoCAD Inventor :: Suppress Browser Folder?

Oct 8, 2012

I am trying to suppress browser folders per the API with no luck is this even possible. I would also like to control its BOM Structure.

View 1 Replies View Related

AutoCAD Inventor :: Make A Folder In The Browser?

Aug 14, 2012

how can I make a folder in the browser in the part modeling and put something like extrude,revolve & ... in the folder? (not in the assembly)

View 1 Replies View Related

AutoCAD Inventor :: Change Browser Folder Icon

Nov 13, 2012

is it possible to change browser folder icon?

View 7 Replies View Related

AutoCAD Inventor :: Adding File To A Browser Folder

Jul 12, 2012

I'm using the following sample code to add files to a browser folder

Public Sub AddOccurrencesToFolder()

    Dim oDoc As AssemblyDocument     Set oDoc = ThisApplication.ActiveDocument

    Dim oDef As AssemblyComponentDefinition     Set oDef = oDoc.ComponentDefinition

    Dim oPane As BrowserPane     Set oPane = oDoc.BrowserPanes.ActivePane

 [Code]....

How do I get the files added to an existing " My Occurrence Folder" rather than creating a new one. Every time I run the code a new folder is created, it does not use the exisitng one

View 1 Replies View Related

AutoCAD Inventor :: Component Name On Assembly Browser

Nov 15, 2012

I use Inventor 2013 as a single user, my company is about to invest in Vault and we are about to introduce a new automated Part Numbering Scheme as well.

I use a spreadsheet and iLogic rules as ‘Product Configurator’ to generate new iterations of my master assembly.

Now, the Assembly Browser in Inventor may display my assembly tree and its components by Part No or File Name or Default Browser Nod. See attached image.

This can be selected and set on the ribbon: click Assemble tab Productivity panel Rename Browser Nodes.

For example at Top Level Assy I have a rule to run other rules in components. Should I change the displayed components names on the Assy Tree the rules loose reference. So they wouldn’t run.

(for example:    iLogicVb.RunRule("PANEL ASSY 2ndS:1", "Tie Rods & Washer Plates 2ndS")

PANEL ASSY 2ndS:1 is a component with a rule in it "Tie Rods & Washer Plates 2ndS"

This is the default Browser Nod Name and it could also be

-          AAA-0111 --> Part No

-          PANEL ASSY 2ndS.iam:1  --> File name

-          PANEL ASSY 2ndS:1 --> Default

I suppose this can be avoided by not changing from Default, but what an inconvenience should we have to.Unless if there is an other way to reference our components in iLogic?

View 1 Replies View Related

AutoCAD Inventor :: Assembly Browser Mousemove

Dec 24, 2013

Code that can provide basic information of the highlighted browsernode on the browser bar? i can get a mouseclick but not sure on the mousemove.

View 2 Replies View Related

AutoCAD Inventor :: How To Sort Parts Inside Browser Folder

Nov 17, 2012

Alpha sort in assembly bonus tool sorts outside browser folder. Is there any method (API) to sort inside browser folder?

View 3 Replies View Related

AutoCAD Inventor :: ILogic To Demote Contents Of Browser Folder

Apr 17, 2013

I'm trying to create an ilogic rule that will look within the folders of an assembly and take the contents of each of those folders and demote them to separate sub-assemblies.

ie. Assembly1 contains NewFolder 1.  NewFolder 1 contains Part1:1 and Part2:1.  Upon executing the ilogic rule, I would like Assembly1 to contain NewFolder 1 and within NewFolder 1, Assembly1-01.  Assembly1-01 contains Part1:1 and Part2:1.  I would like this ilogic rule to look within each successive folder within Assembly1 and demote them according to their position in the browser such that NewFolder 1 - at the top of the browser list - contains Assembly-01, NewFolder 2 contains Assembly-02, etc.

I currently copy a master assembly with browser folders that contain parts and sub-assemblies to a secondary assembly where I manually demote the contents of the folders to sub-assemblies.  When I create a drawing for our machine assembly department, the demoted sub-assemblies to isolate only those parts - nuts, bolts and the pieces they fit to - so it is easier for the assembly department when putting a machine together.

Is it possible, using ilogic, to demote folder contents to sub-assemblies with an assembly document?

View 2 Replies View Related

AutoCAD Inventor :: Blue Symbol In Assembly Browser?

Jun 9, 2013

I don't remember... what is it?

How can i create it...and why?

View 9 Replies View Related

AutoCAD Inventor :: Controlling Name In Assembly Browser Of Imported Part?

May 23, 2012

I have a browser display issue that occurrs sometimes when imported parts are inserted into an assembly model.  Before dropping some imported parts into my assembly model I changed the filename to something corresponding to our part numbering system.  When the part is dropped into the model, the name of the instance displayed in the assembly browser is the same as that originally used by the originator of the model.

I know I can change the name in the browser by editing the name field in the occurrance tab; but I'd need to do this for each instance.  What iproperty field (or other property field) should I edit at the part level so that the revised part name is used in the assembly browser whenever that part is inserted into an assembly?

View 2 Replies View Related

AutoCAD Inventor :: Open Part Or Assembly From Window Or Browser

Feb 8, 2012

using IV2012 within the same project file i have three models. one model i can open parts or assemblies from the browser or right click on the component on the window. the other two models upon the right click or selecting in the browser the open or the edit are not available as an operation.

T7400-64bit XP
Xeon 3.2 GHz, 8GB
1.5GB NVIDIA Quadro FX5600
Factory Design Suite 2012

View 1 Replies View Related

AutoCAD Inventor :: 2014 Assembly / Unable To Reorder Browser Items

Jun 28, 2013

place a component in the assembly.

create an assembly plane based on the assembly origin planes, (not the component origin planes).

in the browser, try to drag the plane above the component.

its not working on my machine?

View 7 Replies View Related

AutoCAD Inventor :: Cannot Select Origin To Constrain Sketch With Dimension To Origin?

Oct 4, 2012

I cannot select origin to constrain sketch with dimension to origin?

I selected Sketch,
expanded origin,
selected mywork plan (xy)
drew rectangle,
input dims,
right click for marking menu,
selected dimensions,
Origin is yellow,

cannot select it and then edge of rect to set dim that will center sketch on origin? Just like the videos show, but cannot select origin>

View 6 Replies View Related

AutoCAD Inventor :: Frame Analysis Makes Assembly And Its Components Grey In Browser

Jan 6, 2012

I have tried the Frame Analysis for the first time and quit from this option as requested.

BUT now the subassemly consisting frame and all its parts are grey even after restarting Inventor.

Here is some bug. [URL] ....

View 6 Replies View Related

AutoCAD Inventor :: Getting Error Message When Right Clicking On Suppressed Parts / Assembly In Browser Window

Sep 19, 2012

When I suppress a part or a sub-assembly in Inventor 2013 and then right click on the suppressed item in the browser window I always get an cadabundus error message (see attachment), after I press OK I get the normal right click menu hovering over the item.

I have Inventor 2013 RTM 64 bit Build 138, and running on Vista 64bit.

View 2 Replies View Related

AutoCAD Inventor :: Assembly Relationship Folder

Jul 17, 2013

Every time i open the view rapp folder the relationship folder will open too. If i will close the relationship folder...and open again the view rapp  then it repeats.

The problem is that my assemblies has many parts an a lots of constraints...so my browser  is quickly full  of constraints visually. I use  a lots  the view rapp...so there is  away to maintain the relationship folder closed ...or open only when i will click on it?

View 9 Replies View Related

AutoCAD Inventor :: How To Copy A Folder With Assembly And Parts

Jun 23, 2011

I often want to copy a design (assembly plus used parts) to some other folder as a quick start for some derived work. I  want to be able to work on this copy without influencing the original and visa versa.

The problem is when copying with the windows copy command, the references to the parts point to the original folder. I read that you can use the Copy feature of the Vault for this. But I'm not using the Vault and don't want to.

Pack and Go is also not a good solution because it copies a lot of other stuff and makes a new project file. How can I do this. It seems so a simple operation. But I can not figure out how to do that!

View 9 Replies View Related

AutoCAD Inventor :: Copy Assembly Document To Another Folder

Jul 25, 2013

Can I copy and past an assembley file to another folder in my system,as like as packandgo using inventor api ?

View 2 Replies View Related

AutoCAD Inventor :: Force Save Of Drawing's Parts And Assembly To New Folder?

Feb 8, 2013

How may I best reuse a legacy assemlby and it's drawing to create/update to an vairant assembly?

View 3 Replies View Related

AutoCAD Inventor :: How To Create Folder In Assembly Tree And Save Virtual Part There

Sep 25, 2013

I`m working on the code that reads a list of virtual parts from Excel and adds required qty into the assembly. So far it looks good, I  just need to know how to create a folder in a Assembly view tree and save virtual part in that folder instead of placing it in the root.
 
Dim occs As ComponentOccurrences
occs = asmDoc.ComponentDefinition.Occurrences
Dim identity As Matrixidentity = ThisApplication.TransientGeometry.CreateMatrixDim virtOcc As ComponentOccurrencevirtOcc = occs.AddVirtual(sVirtPart, identity)

View 5 Replies View Related

AutoCAD Inventor :: Drawing Browser Doesn't Match Model Browser

Oct 29, 2012

I opened the drawing and then from the drawing opened the model.  In the drawing it is showing the 4th instance of ROUND CRS-032175 X 33 as an assembly.  It also is not showing in the view and yet the visibility is checked.  AI2012 SP2 

View 1 Replies View Related

AutoCAD Inventor :: Force To Use Browser Of Choice Or Default Browser?

Nov 7, 2011

When I press F1 Inventor opens the help on my default browser (Chrome), but when I click the bynocular it uses Internet Explorer.

Is it possible to force Inventor to use a browser of my choice or the default browser?

View 1 Replies View Related

AutoCAD Civil 3D :: Assembly Point Codes Not Shown In Section Views?

May 10, 2012

I have a problem with point codes in section views in civil3d 2013. They are not showing at all. Drawing was made in civil3d 2012 and all point codes with defined styles were displayed correctly in section views and now they are all gone. Just link codes are shown. Is there something in setup of code styles that has to be changed?

Even if i set up new code and new label style it does not show up in section view after rebuild. Just in assembly.

If i do the same for link label it does show both in assembly and in section views.

View 1 Replies View Related







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