AutoCAD Inventor :: Parts Has Partially Or Completely Grey Properties In Browser
Mar 2, 2012
Some parts properties of one project has partially or completely grey in browser.
Nothing special had happened prior to this problem. It happened with some absolutely irregular and not systematic affection as like a fallen and broken ink bottle makes something completely colored and some other stuff just partially and some not.
I mean some parts properties are completely grey and some have just several grey properties while some other are not affected (see video link)
It is a permanent bug and seems it belongs to the part itself since the reloading Inventor and windows and Task Scheduler attempts to fix it - all gray colors stay exactly where they were before and in same irregularity. Opening the affected parts in other project gave the same result as in original one.
Basically I am evaluating to model rebars in Inventor. Rebars come in predefined shapes - for example a "L" bar will have two dimensions (marked as A, E and R). The shape definition is fixed by a standard (like BS:8666) and the values for dimensions A, E and R are provided when it is instantiated as a part in an assembly.
I created an assembly as follows:Created a new part containing just a solid cube.Created a part for the above rebar by sweeping a circle along path which resembelled the above bar.Created an assembly and inserted the cube as 1st part.Inserted the L bar part as 2nd partInserted another L bar as 3rd part.modified the 3rd part's diameter and found it updates the other L bar as well.
My questions:Is there any way for me to create the part for L bar without giving any fixed values for the sweep path and sweep profile diameter and use it in assembly?If the above question doesn't has a solution, then is there any way for me to change one instance of the part to change while other instances of it doesnt get affected (the behaviour said in step 6 of above should not happen).
how to turn this feature on? We recently upgraded from Inventor 2011 to 2014 and now this feature has been disabled. The attachment shows that visibility has been greyed out.
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.
I have a section view of an assembly. The parts of the assembly that are completely remove via the section no longer show up in the browser. Is there a way to make them show back up in the browser and/or section view? They are internal to the assembly and I would like them not sectioned/removed from the view.
I have an assembly model which I have `save copy as` to create a new assembly (80% parts the same). I have opened my new assembly and deleted/replaced parts and assemblies that I do not require.
One (released) assembly I have deleted is still showing listed in the vault browser (not in model browser). It is not in the model, is not revealed by `find in window`, is not listed in the bill of materials. If I close my assembly and reopen it is still listed there.
This has now occured in two assemblies. I have never experienced this before in many years of use. We recently upgraded to Inv 2011 and VM Pro 2011 and I'm wondering if there is a connection.
Where the properties browser settings are located so that I can turn the browser on for modifying parameter keys in factory layout? I actually had turned this browser on before, but now I cannot remember where they were. Please see the attachment for further info.
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.
I need to create a column in a partslist that reads IDENTIFYING NO. instead of the factory PART NUMBER title. When i create the new property in the column chooser dialog box how do i get inventor to pull the PART NUMBER from iprops over to the IDENTIFYING NO. column.
I initially entered a few overrides for mass on some parts that I have included in a large assembly. However I now want the calculated values of mass to be used and not the overridden values. I go to the part file, erase my value, and click update and it now shows the calculated mass for that part. However in the assembly it still shows the initial overridden value even though I have tried updating it. How do I use the calculated mass values in my assembly?
When I make a drawing, often times page 1 will be the entire assembly and in subsequent pages (sheets), I will dimension each individual component, etc. In the "Name" field in my title block, I have it grabbing the "Title" and "Subject" iProperties. Just so happens, those fields are ALWAYS the same for each part as it is for the assembly.
What is the best way I can either
A) AUTOMATICALLY copy the "Title" and "Subject" iProperty fields from the assembly to EACH part that makes it up
or even BETTER
B) AUTOMATICALLY copy the "Title" and "Subject" information from sheet 1 to the same place on all subsequent sheets
Or BEST
C) Have the title block template pull that data from the assembly, EVEN IF only a singloe part is on the sheet.
Is it possible to change a Parts Only parts list on a drawing into a Structured parts list? When a new parts list is created and you select the view it automatically chooses parts and greys out, preventing you from actually changing it manually. Is it possible to get around this without having to start a new drawing?
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))
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
Having just download a free trial and being very new to revit--I notice when I open revit and the project I have been working on I can see faintly and briefly the properties and project browser box but they disappear as it's opening and I cannot figure out how to get them on my screen.
Did I hide them somehow with out realizing it? Where do I go to get them back on my screen again?
I have re-arrange the Properties and Project browser from their original position, I cannot figure out how to put them back in their default position , I'm having hard time navigating thru my project because of this mess.
I've been taking 2000 head shots on a white background. While I was shooting I saw a grey area in the upper left corner showing up. At the moment of the shooting I didn't have the occasion to change lighting.
Removing this one by one works perfectly using the dodge tool and removing just the highlights. Is there a way to do this in a batch? (since the heads are all very centered in the frame and the grey area is always in the upper left corner).
Wonder if there is a way to split the body at the central region only and not across the whole length. Like to split the solid into 7 solids along the v-grooves.
I want to set up my drawings so that the title block displays properties from the model. I want to set this up so there will be drawing properties to extract into Vault. So I want to know what other Inventor and Vault users are doing to get model properties into Inventor drawings: Using model properties in the title block and nothing to extract in Vault or Copy model properties so Vault has data to extract.
I want to know what the best in class practice is? What are others doing? I do not want to use iLogic I was out of the box Inventor functionality.