AutoCAD Inventor :: Linked Features / Can't Suppress One Alone
Sep 9, 2013
The small cylinder was made first, then projected it to a sketch, made offset, and made the big cylinder, but i want to leave only the big cylinder alone. i want to suppress the small cylinder, but when i suppress the samll one both get suppressed.
How can i break this link, which was made by the projected geometry?
Even when i select the projected circle, right click and select Break Link, they still behave the same.
I am trying to make a way that suppress the flange features of all the panels that will be insert in the assembly so i can suppress all the features at ones in a assembly and don't have to do that for each panel separately.
I have a assembly with parameters and i have a part with no geometry but have linked the parameters from the assembly. In my panel part i link the parameters to the part with no geometry.
When i use the parameter in the assembly to suppress the flanges that works the way i want it. But when i insert the panel part into that assembly it doesnot work.
Is it possible to suppress an assembly feature in a drawing view?We make some components in an assembly oversized and then do a final machine step after welding or brazing. We show the completed assembly in the drawing but would like to see the assembly prior to machining in some views.If I suppress the machining features in the model it affects all views. Can we suppress the features in just one view?
It works, but it is very slow, i suspect it can be 28x faster, but I don't know how
What I have:
I have a plate with many hole patterns.
I calculated how many holes each pattern has
Parameters: Excel_Holes_Row_0 to Excel_Holes_Row 27
For each Row i have 4 features:
Pipe Hole
Rectangular array of Pipe Holes
Product Hole
Rectangular array of Product holes
What I want to do:
I want to suppress/unsuppress features with a rule
If Excel_Holes_Row_20 < 2 It means Suppress the rectangular arrays on this row If Excel_Holes_Row_20 = 0 It means suppress the hole features on this row
This is my
Dim oDoc As Document = ThisDoc.Document Dim PFeats As PartFeatures = oDoc.ComponentDefinition.Features Dim PFeat As PartFeature
I have a couple of dozen features in my part, of which only one will be active at any time. The feature tree may be subject to additions, so I am looking for an ilogic rule that will first suppress all of the features in the part, and then switch on the specific feature I require (using a parameter). Any code to suppress ALL features?
how to suppress the Data Window from appearing after drawing a new feature? Most of the new features are populated with triggers and autonumbers, so I don't need to see the Data Window when I draw something new..
A iLogic rule to suppress a sketch? When I suppress a feature, the sketch is not suppressed which cause an error. Although this kind of error does not hurt anything, but I do not want to see any error in my model.
Lets say you have 100 Keps Nuts in an assembly. Named (KepsNut1,KepsNut2, etc)And you want to suppress them on and off.
Would there be a way to make an array 1-100 and just say suppress/unsupress "KepsNut" & array list of numbers.To basically add the two strings and find all the components in that array and turn them off or on.!
I often use multiple versions of components in my assemblies so I can validate the top level assy works in all it's expected configurations. To that end, if I have different versions of component A, I supress all except the version I am working with. I have discovered though, that supressing the component does not supress the contraints that component has to an unsupressed component in the assy.
The purpose of suppressing something is to essentially eliminate it from existance without deleting it from the file so it can be brought back quickly in all its glory.If I have to track down every contraint there is for a supressed component and supress them independently, that is an incredible consumption of time.
I am trying to suppress part that are labeled as "Reference" on the BOM Strutcture and I can't get the program to cycle through the subassemblies. The following code runs through all the components on the top-level assembly but I can't get it to cycle through the subassemblies.
oCompDef = ThisDoc.Document.ComponentDefinitionoAssemblyComponents = oCompDef.OccurrencesDim oOccurrence As ComponentOccurrenceDim oSubOccurrence1 As ComponentOccurrenceFor Each oOccurrence In oAssemblyComponents If (oOccurrence.BOMStructure = BOMStructureEnum.kReferenceBOMStructure) Then Component.IsActive(oOccurrence.Name) = False Else Component.IsActive(oOccurrence.Name) = True End IfNext
I have a weldment that shows all the preparations and weld beads in 3D. I need to detail out this weldment without the preparations/welds applied already.
I can't seem to find a way to suppress these features in the 2D drawing without going back to the weldment file and suppressing those features individually.
Can you force Inventor to ignore preparations and weld features in a 2D drawing? When I do my callouts for welds, I can't have it showing the weld/preparations in the drawing itself.
I created the drawing file using the weldment file as the base view. Running latest version of Inventor Pro.
I was wondering if there was a way to suppress a component in the main assembly, and keep it from appearing in the parts list whenever I create one in the idw. environment? I am creating an iassembly, and generating different file versions from the main assembly in my table. In order for me to create different versions off of this main assembly, it is required that I suppress certain sub assemblies or components. I can't get the suppressed componenets to not show up in my parts list when I create it. I turned off enabled and visibility and it still appears in the BOM. Creating a different level of detail doesn't even solve this.
I know I can manually not have it show up in the BOM, but it becomes very time consuming trying to make certain rows not appear in the BOM table.
I have a rectangular component pattern which started out with all components. As more structure was added around it I started supressing different elements to suit, now a piece of structure has gone thru element 1 but i dont seem to be able to supress it... is there an easy way to get rid of element 1 without having to redefine the pattern? (redefining causes me other problems)
I haven't had the chance to use Inventor 2013 too much yet but I am doing some details and I want to suppress a drawing view. I used to be able to right click on the view and select suppress but that option no longer exists. The only way I can suppress it now is if find the view in the browser, right click and select suppress
I have a ipt file in my assembly and try to makes some constraints. Everything ios working well, but there are some suppressed workplanes, and I don't want to use them for a automatically created constraint. Is there a way to find out the workplane suppress status?
Why are they suppressed? They are defined on a part feature (extrusion surface). And when I supress that feature, also the Workplane is suppressed.
But I only can get the visible status. Maybe there's a way to get it about the part feature, but therefore, I have to search for the part feature, and that's also a problem. I cannot get the part feature, who is used for the workplane definition (I think, it's a problem of my knowledge )
Please see attached a small view on the browser where you can see the suppressed Planes.
Is it possible to suppress an occurrence of a pattern in part environment using iLogic? I saw something for assembly environment, but I can't make it work for part. My iLogic knowledge is quite basic.
Is it possible to create feature A mirror it to create feature B and suppress feature A without suppressing or crashing feature B? What I have are very complicated left hand and right hand features. I could create the B feature again but there are a lot of dimensions. I could mirror the sketch, but there are formulas controlled by iLogic in them, and mirroring a sketch seems to break those formulas and I only get the dimension.
If it is not possible it would be an excellent addition to 2014!
I need to be able to suppress individual elements of a circular pattern so I can retain the angular orientation while being able to reduce the number of instances. I have found how to suppress the entire circular pattern, but can't seem to get the right terminology to access the elements one at a time.
The code I have to suppress the entire pattern is Feature.InventorFeature("Circular Pattern").Suppressed = True.
I'm trying to use ilogic to suppress some individual elements of a pattern but i couldn't find any command that can target component pattern elements. When i try to capture its current state with the right click menu it does nothing.
I can of course suppress the part within the element but then it doesn't update the BOM.
You are using an assembly with many LODs. Each time you place a component in your assembly , that one will be active in all level of Details.For some configurations, you would like one component to be active in only one LOD. Inc.