Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

AssemblyConstraints - isolate parts

3 REPLIES 3
Reply
Message 1 of 4
GeorgK
313 Views, 3 Replies

AssemblyConstraints - isolate parts

Hello together,

 

how could I isolate the parts to a given constraint?

 

Thank you

 

Georg

3 REPLIES 3
Message 2 of 4
JoAnn_Hogan
in reply to: GeorgK

In your model browser > expand the relationships folder > Go to the Contraint you want to isolate and select "Isolate Components"

 

Please let me know if this works

If this post solved your issue please mark as solved and Kudos are always welcome 😃

Jo - Ann
Twitter: @JoAnn_Hogan
Revit Architecture Certified Professional / Revit Structure Certified Professional / AutoCAD Certified Professional
Message 3 of 4
GeorgK
in reply to: JoAnn_Hogan

I am looking for a VB.Net solution 🙂

Message 4 of 4
philippe.leefsma
in reply to: GeorgK

You probably mean isolate the occurrences to be accurate ... the command is doing nothing more than changing the visibility of affected occurrences by a certain constraint. Each constraint will return the affected occurrences, for example:

 

 - MateConstraint.AffectedOccurrenceOne Property

 - MateConstraint.AffectedOccurrenceTwo Property

 

To set the occurrence visibility, use ComponentOccurrence.Visible = false.

 

I hope it helps.

 

Philippe.



Philippe Leefsma
Developer Technical Services
Autodesk Developer Network

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report