Message 1 of 1
Activate or Suppress feature from part or from assembly (with model states)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I try to look around for code that can suppress features like revolve or extrude using ilogic in part file or assembly file that consist of model states.
For example, in assembly, if param1 = A, then activate extrusion1 of part1:1, if param1 = B, then suppress extrusion1 of part1:1.
This is similar if we try to do it in part file itself.
Previously, I will just create the rule in the part file. Then i can run the rule from assembly or part file itself after doing the parameter link.
But with model states, what is the solution for this?