Testing Occurrences suppression state in LevelOfDetail

Testing Occurrences suppression state in LevelOfDetail

Anonymous
Not applicable
343 Views
2 Replies
Message 1 of 3

Testing Occurrences suppression state in LevelOfDetail

Anonymous
Not applicable
Is it possible to check a Occurrences suppression state within a assembly without activating the LOD?

TIA

Nathaniel
0 Likes
344 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Suppression state makes sense only in context of given LOD.
Assembly may have several LODs., and the specific occurrence
may be suppressed in one LOD and unsuppressed in others.
So to check occurrences suppression state you have
to get access to the assembly in desired LOD.
You may do it faster if you open the assembly document
(in given LOD) in hidden mode, check suppression status
and then close assembly.

ALink
0 Likes
Message 3 of 3

Anonymous
Not applicable
Thank You! This may help.
0 Likes