In Inventor 2012 I could grab any part (except patterns of course) and move it anywhere into folders, out of folder, up down, wherever, till my hearts content. But in 2013 sometimes it lets me, sometimes it does not. Sometimes I select a group of parts and when I try to put them into a new folder it will place most of them in it tell me the others are not allowed to be moved? I must stress that these are NOT patterned parts, but stuff I have moved around for at least the last 2 versions of the software. Why in 2013 can I not do this as easily or at all in some cases? Is there a new check box checked by default I can't find? I have tried switching the browser between modeling and assembly view and sometimes it works and sometimes it does not.
It does this with both content center and non content center parts.
Is there a way to reorder positional representations in the browser. I'd like to keep them in order of how the assembly will function. That way, it's easier to create the animation in Studio. See attached image.
I would like the size of bearing to be included in addition to existing data to the File name, Part number and Browser name like for example the DIN 625 T1 does. I have copied the DIN 625 bearings to the custom library. I have added required info to File Name building and to the Part Number building in the custom library and now my Filename and Part Number are as I like to.
But I cannot find how to force the Browser name to be equal to Part number or File Name? [URL]
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.
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?
I want to be able to have All Work Planes set as 'Invisible' but create a Message.box or Icon that allows me to change the Visibility of any individual workplane(s) physically selected in the browser.
A rule written by another member should do the trick if the following line could be altered so as not to read 'For Each' oWorkPlane but instead for 'Each Selected' oWorkplane.
'For Each oWorkPlane In docFile.ComponentDefinition.WorkPlanes'
'get user input oInput = InputRadioBox("Select workplane visibility:", _ "Turn ON workplanes for all components", "Turn OFF workplanes for all components", "False", "iLogic") 'Define the open document (top level assembly) Dim openDoc As Document openDoc = ThisDoc.Document
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?
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.
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
I've got an existing assembly in which I need to change the matchlist for the imates. I have been able to change the imate names but not the match list.
The only reference I have found creates the iMate in a part. I need to edit an existing iMate in the assembly document for the matchlist.
I have some code below, but it is not complete.
Set MyPart = ThisApplication.Documents.Open(strJobLocalDirectory & strLFVAssyName) Set oAssyComp = ThisApplication.ActiveDocument.ComponentDefinition 'Dim oDoc As Inventor.AssemblyDocument Set oDoc = ThisApplication.ActiveDocument Dim oInsertiMate As InsertiMateDefinition
When my colleague opens one of my assembly's which has content center items in it his inventor cannot find them and vice versa. I am assuming my content center items are coming from my hard drive and not a server from the same place as him. How do you set it up so both our computers take content items from the same location?
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.
Is there any way to upgrade an entire 2013 *.adsklib to 2014 version? Information given at URL.....would seem to indicate the process is seamless...
When I navigate to the 2013 Design Data as indicated by the Material Style Migration dialog, the upper section is greyed out as shown. No Colors.xml or Materials.xml files exist. This displays whether I choose to create a new library or select an existing one (I get the feeling that this tool applies only to pre-2013 migration).
I am unable to proceed to the next step of migrating custom content center libraries, since many of the content items depend upon the custom materials/appearances definitions.
My content browser is being finicky. The palettes are there, I can select the I-drop but when I release the dropper in my file, nothing happens, no error, no content???
Is it possible to unload and reload just the content browser?
I've just downloaded the student revit-architecture, however even after reinstalling I cannot find the elevations in 'Project Browser'. I only have floor plans and ceiling plans. Is it hidden somewhere?
We have the following problem / bug and i was wondering if others can reproduce it.
(IV2013, SP1.1)
When adding a new sub-assembly to an existing ipn, the newly added assembly doesn't have the + sign to expand it. (see image)
Steps:
1. create a part. (anything will do) - Part1 2. make an assembly and add Part1 a few times. - Assembly1 3. make another assembly and add Assembly1 a couple of times. - Assembly2 4. create a presentation file with Assembly2, add a tweak for good measure. - Assembly2.ipn 5. Save the ipn. (and any other unsaved files) 6. now go back to Assembly2 and add another instance of Assembly1. 7. look at the presentation again, if it's the same as our situation there shouldn't be a + next to the newly added instance.
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
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
It says i can exclude parts from the assembly, when i insert it as a derived part, but the exclude button is greyed in the insert derived part dialog box.
I have been building an assembly and suddenly I am unable to move parts according to their constraints. I can move them as soon as they are placed but as soon as I add one constraint it's as if they are glued in place. For example, when I line up two holes I can no longer rotate one part around the grounded component.
Have a turned off some functionality of the program?
I am using inventor 2011 to make an assembly, and No matter wether I sketch off a face or a plane, I cannot get get my sketches to extrude, inventor wants to make cuts when there is nothing to cut. Not sure what I am doing wrong, becasue when I try doing the same thing on a new part it works just fine.
I have created a multi-value parameter in a part and exported it. I then linked it in the assembly but I am unable to edit it. I tried using iLogic but it also does not alter the part. Please see the attached 3 jpegs.
I am trying to switch component rows within my assembly file but can't seem to do so. All of the files are generated, yet and still I am not able to change component rows based on user parameters. Files are attached.
My code is as follow in Ilogic
MultiValue.Setlist("Material", "1", "2") If Material = "2" iPart.ChangeRow("RING", "RING-03:1") End If
I've just started working on a frame generator assembly I was modelling earlier this year; I can't seem to modify the base 3D sketch. The feature which looks like the original 3D sketch is now called the "Reference Skeleton" and I am unable to modify it at all.
I am working on a copy of the original part as I "save as" the whole master assembly when I was last working on the model. I don't know if this would have effected anything.