Message 1 of 2
Issue with Plane Visibility in Different Model States
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Description:
When setting the visibility of a work plane to true programmatically in C# for an occurrence with a specific model state (e.g., Model State 1), the work plane becomes visible for all occurrences referencing the same part file, regardless of their model state.
Expected Behavior:
The visibility change should apply only to the selected occurrence and model state, consistent with how it works in the Inventor UI.
Question:
How can we programmatically replicate the Inventor UI behavior where visibility changes are isolated to the specific occurrence and model state?
Thank you!