PlanarClipMaskMode Enumeration

The different modes by which a PlanarClipMaskSettings collects the geometry used to mask a model.

Members

Name Value Description
ExcludeElements Indicates that masks should be produced from the geometry of all GeometricElements in a view, except for a specified set of excluded elements.
IncludeElements Indicates that masks should be produced from the geometry of a set of GeometricElements.
IncludeSubCategories Indicates that masks should be produced from geometry belonging to a set of subcategories.
Models Indicates that masks should be produced from the geometry in a set of GeometricModels.
None No masking.
Priority Mask based on priority. Different types of models have different default priorities as enumerated by PlanarClipMaskPriority.
For example, background maps have the lowest priority, so they are masked by all other types, while design models have the highest priority and are therefore never masked.
The priority of a reality model can be overridden by PlanarClipMaskSettings.priority. This is useful to allow one reality model to mask another overlapping one.

Defined in

Last Updated: 18 April, 2024