09-17-2020
11:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-17-2020
11:12 PM
Hi @MCADAEPFW
You want to pick the occurrence and all constraints/joints associated should be suppressed?
Dim oOcc As ComponentOccurrence = ThisApplication.CommandManager.Pick(SelectionFilterEnum.kAssemblyOccurrenceFilter, "Pick component") For Each oConstraint As AssemblyConstraint In oOcc.Constraints oConstraint.Suppressed = True Next For Each oJoint As AssemblyJoint In oOcc.Joints oJoint.Suppressed = True Next
If this answer is not what you're looking for, start a new thread and we'll try to solve your problem there
This thread is already solved and your topic isn't really the same ![]()
Jhoel Forshav
Download my free Inventor Addin - Hole Projector
LinkedIn | Ideas | Contributions | Blog posts | Website