Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
JhoelForshav
in reply to: MCADAEPFW

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 :slightly_smiling_face: This thread is already solved and your topic isn't really the same :slightly_smiling_face: