AutoCAD Inventor :: More Than One IMate With ILogic Suppress

Nov 19, 2013

Is there a way to put a bunch of imates under one line code?

 I have imate iInsert:1 thru iInsert:49 I need them all suppressed when an event happens.

 I can get it to work one by one but that would be a lot of code.

Tried a few other thing but seems not to work.

2012 Factory Design Suite ( will not load 2013)

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: How To Suppress Pattern In IAM By ILogic

Aug 31, 2012

how to suppress a pattern in *.iam by ilogic?

I used ilogic to suppress the main components, but the rest are not suppressed.

For example, I have component "A" and make it a pattern (Colum and Row are variable). How to use ilogic to suppress rest not just "A".

Autodesk Inventor Professional 2013 (64 Bit) SP2
Windows 7 Professional Service Pack 1
Intel(R) Xeon(R) CPU E5645
12.0 GB Memory

View 3 Replies View Related

AutoCAD Inventor :: Using Array In ILogic To Suppress Components

Jul 10, 2012

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.!

View 9 Replies View Related

AutoCAD Inventor :: Suppress Parts Within Subassemblies ILogic

Aug 29, 2013

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

View 9 Replies View Related

AutoCAD Inventor :: Suppress Certain Pattern Occurrence In ILogic

Feb 22, 2013

How do you suppress a  certain pattern occurence in Ilogic?

View 6 Replies View Related

AutoCAD Inventor :: Suppress Solid Bodies Using ILogic

Jan 15, 2013

in addition to this question

 [URL]......

What is the code for hiding different Solid Bodies:

with the User Parameter type, I want to select a certain type of Shackle and suppress / hide the other Solid Bodies.

View 1 Replies View Related

AutoCAD Inventor :: Possible To Suppress All Part Features Using ILogic?

Jul 20, 2012

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?

View 9 Replies View Related

AutoCAD Inventor :: Suppress Occurrence Of Pattern With ILogic

Sep 8, 2013

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.

View 1 Replies View Related

AutoCAD Inventor :: ILogic To Suppress Components In Assembly

Oct 25, 2011

I'm using I-logic to suppress components in an assembly. I've attached a screenshot with 3 suppressed components.

In the browser the parts are suppressed but in the BOM (items 6,7,9) they are not. Is there a piece of code for this?

View 5 Replies View Related

AutoCAD Inventor :: Unable To Suppress Pattern Element Using Ilogic

Aug 9, 2012

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.

View 9 Replies View Related

AutoCAD Inventor :: ILogic - Suppress Pattern In 2nd Level Subassembly

Jun 4, 2012

I need to suppress a pattern in an 2nd level subassembly. But is only able to do it in the same level where the pattern is placed etc:

If Length < 3000 mm Then

Component.IsActive("1 st level subassembly", "Name of pattern in 1nd level subassembly") = False

End If

But if i do it with an MakePath... etc.:

 If Length < 3000 mm Then

Component.IsActive(MakePath("1 st level subassembly", "2 nd level subassembly", "Name of pattern in 2nd level subassembly")) = False

End If

If Length < 3000 mm Then

Component.IsActive(MakePath("1 st level subassembly", "2 nd level subassembly"), "Name of pattern in 2nd level subassembly") = False

End If

is it not possible to suppress a pattern by an MakePath?

View 9 Replies View Related

AutoCAD Inventor :: Suppress Pattern Occurrence In A Part File Using ILogic

Dec 8, 2011

I have set iLogic to change a rectangular pattern to a certain amount of occurrences depending on which is selected , i.e. 117 cavities, 140 cavities and 96 cavities. Only one is active (or unsuppressed ) at a time. 

What I need to do is suppress the 4 corners of each pattern, considering there's only one pattern and is dynamic.

View 2 Replies View Related

AutoCAD Inventor :: Multiple Use Of An IMate

Mar 12, 2003

I have a bar and I want to place there several clips so that they are only moveable in one direction. Both of the parts have fitting iMates. When I place the first clip it works fine and the iMates get connected. But when I place the second the clip is draw elsewhere. Is it possible to use one half of an iMate more than once?

View 1 Replies View Related

AutoCAD Inventor :: Setting Up IMate With Vex Parts

Sep 21, 2013

Okay so i saw a video on how to set up iMate for Vex Robotic parts (circle and square fitting), and i cant get the circle to do a surface extruding. Any reason whats going on? I followed the video's instructions perfectly, and still nothing is working. URL...

View 2 Replies View Related

AutoCAD Inventor :: Add Items To IMate Matchlist With VB?

Nov 29, 2011

i am trying to add some items in the iMate matchlist. But with the code i use below i recieve a runtime '10' error:

This array is fixed or temporarily locked.
 
Function PlaceiMates()Dim oApp As ApplicationSet oApp = ThisApplicationIf ThisApplication.ActiveDocumentType = kPartDocumentObject Then Dim odoc As PartDocument Set odoc = oApp.ActiveEditDocument Dim oInsert As Object Dim oInsertiMate As InsertiMateDefinition Set oInsert = ThisApplication.CommandManager.Pick(kPartEdgeFilter, "Pick Edge for Imate") Set oInsertiMate = odoc.ComponentDefinition.iMateDefinitions.AddInsertiMateDefinition(oInsert, True, "0mm", , "Test") Dim ml(1) As String ml(0) = "pl" oInsertiMate.MatchList = mlEnd IfEnd Function

View 1 Replies View Related

AutoCAD Inventor :: Can't Get Bolt To Snap To IMate

Dec 10, 2012

I'm working on a project in wikiHelp under Inventor tutorials, Content Center, Create iMates. When I pull the object up in an assembly I can create an iMate and it will show that I  made one. But when i go to the next page (Place Content Manually Using iMates), I can't get the bolt to snap to the iMate inside the object, the bolt just stays in one position the whole time.

View 2 Replies View Related

AutoCAD Inventor :: IMate Like A Content Center Part?

May 16, 2012

When I place a part, such as a bolt, from the Content Center, it's immediately looking for the other half of an insert iMate. How do I make a part I created do that? I put an iMate in the part, but it had no effect.

It sure would save a bunch of time if this would work.

Infrastructure DSP '14 / Product DSP '14 / Vault Professional 2014
Dell Precision T1650
Windows 7 Professional SP1 64-bit
Intel E3-1270 V2 3.5GHz / 32G RAM
Nvidia Quadro 2000, Driver 331.82
Space Navigator, Driver Version 6.17.7

View 9 Replies View Related

AutoCAD Inventor :: Inserting Two Parts In Assembly - IMate Matching Name

Feb 13, 2005

When I am inserting in an assembly two parts with I-mates and the name's of the I-mates are not matching they are acting of the name's are matching. So the two parts are constraint with the not matching I-mates.

View 7 Replies View Related

AutoCAD Inventor :: Derive IMate From Multi Body Part?

Jun 15, 2013

How to derive only referenced imates to the solid from multi body part.

View 6 Replies View Related

AutoCAD Inventor :: How To Suppress A Sketch

Nov 5, 2013

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.

How to suppress the sketch by a rule?

View 4 Replies View Related

AutoCAD Inventor :: Suppress Feature If Value Is 0?

Nov 24, 2011

Can not find the table where you can input "suppress feature if this equals 0" and so...

View 1 Replies View Related

AutoCAD Inventor :: Suppress Sketch In IPart?

Mar 27, 2012

When I create a configuration in one iPart, I have one Extrusion’s sketch link to another supressed Extrusion and cause problem.

Can I supress sketch in iPart ?

If I can suppress that sketch and I think the problem will be solved.

View 5 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 :: Suppress Flange Features

Nov 15, 2012

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.

View 1 Replies View Related

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.

View 1 Replies View Related

AutoCAD Inventor :: Suppressing Component Does Not Suppress Constraints

Aug 6, 2013

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.

View 9 Replies View Related

AutoCAD Inventor :: Suppress Weldments / Preparations In 2D Drawing?

Mar 4, 2013

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.

View 1 Replies View Related

AutoCAD Inventor :: Suppress A Component In Main Assembly?

Oct 11, 2011

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.

View 2 Replies View Related

AutoCAD Inventor :: Suppress First Element Of Component Pattern

Oct 29, 2013

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)

View 4 Replies View Related

AutoCAD Inventor :: Suppress Assembly Features In Drawing?

Mar 8, 2005

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?

View 6 Replies View Related

AutoCAD Inventor :: Suppress View In IDW Missing On Right Click?

Jan 22, 2013

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

IV2012 Factory Design Suite Ultimate 64bit
Includes: Inventor Professional, AutoCAD Architecture & Navisworks Manage
Windows 7 64 bit- Synergis Adept document management software
16gb RAM --- Nvidia Quadro 4000 2gb

View 5 Replies View Related







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