IncrementalPickConfig
- class IncrementalPickConfig()
Constructors
Properties
Constructors
- IncrementalPickConfig.constructor(selectionMask)
- Arguments
selectionMask (
SelectionMask()
) – None
- Return type
IncrementalPickConfig
Properties
- IncrementalPickConfig.allowFaces
- Type
boolean
Configures whether or not faces are considered for selection.
- IncrementalPickConfig.allowLines
- Type
boolean
Configures whether or not lines are considered for selection.
- IncrementalPickConfig.allowPoints
- Type
boolean
Configures whether or not points are considered for selection.
- IncrementalPickConfig.bimMask
- Type
BimMask optional
If set, selection will be restricted to geometry of the specified BIM types.
- IncrementalPickConfig.forceEffectiveSceneVisibilityMask
- Type
SelectionMask
For each element type bit in this mask, if the bit is on, then scene visibility is treated as if that element type is visible during selection.
- IncrementalPickConfig.forceEffectiveVisibilityMask
- Type
SelectionMask
For each element type bit in this mask, if the bit is on, then scene visibility and geometry visibility are treated as if that element type is visible during selection.
- IncrementalPickConfig.ignoreCuttingSections
- Type
boolean
Configures whether or not cutting sections are ignored during selection.
- IncrementalPickConfig.ignoreUnrequestedInstances
- Type
boolean
This config option only applies for [[StreamingMode.OnDemand]] viewer sessions. If true, then in nodes that are not requested will not be selected. If false, then non-requested nodes can be selected.
- IncrementalPickConfig.mustBeFullyContained
- Type
boolean
Configures whether or not items must be fully contained in the selection volume to be selection candidates.
- IncrementalPickConfig.onlyStreamedInstances
- Type
boolean
If false, instances that have not yet been streamed will be processed. If true, instances that have not yet been streamed will be ignored.
- IncrementalPickConfig.respectVisibility
- Type
boolean
Configures whether or not visibility is respected when performing a selection.