IncrementalPickConfig
-
class
wv.IncrementalPickConfig()
Constructors
-
wv.IncrementalPickConfig.constructor() - IncrementalPickConfig(selectionMask:
SelectionMask?):IncrementalPickConfigParameters
selectionMask:SelectionMask= SelectionMask.AllReturns:
IncrementalPickConfig
Properties
-
wv.IncrementalPickConfig.allowFaces - allowFaces: boolean
Configures whether or not faces are considered for selection.
-
wv.IncrementalPickConfig.allowLines - allowLines: boolean
Configures whether or not lines are considered for selection.
-
wv.IncrementalPickConfig.allowPoints - allowPoints: boolean
Configures whether or not points are considered for selection.
-
wv.IncrementalPickConfig.forceEffectiveSceneVisibilityMask - forceEffectiveSceneVisibilityMask:
SelectionMaskFor 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.
-
wv.IncrementalPickConfig.forceEffectiveVisibilityMask - forceEffectiveVisibilityMask:
SelectionMaskFor 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.
-
wv.IncrementalPickConfig.ignoreCuttingSections - ignoreCuttingSections: boolean
Configures whether or not cutting sections are ignored during selection.
-
wv.IncrementalPickConfig.ignoreUnrequestedInstances - ignoreUnrequestedInstances: 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.
-
wv.IncrementalPickConfig.mustBeFullyContained - mustBeFullyContained: boolean
Configures whether or not items must be fully contained in the selection volume to be selection candidates.
-
wv.IncrementalPickConfig.onlyStreamedInstances - onlyStreamedInstances: 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.
-
wv.IncrementalPickConfig.respectVisibility - respectVisibility: boolean
Configures whether or not visibility is respected when performing a selection.