IncrementalPickConfig

class Communicator.IncrementalPickConfig()

Constructors


Constructors

constructor

Communicator.IncrementalPickConfig.constructor(selectionMask)
Arguments
  • selectionMask (Communicator.SelectionMask()) –

Return type

Communicator.IncrementalPickConfig

Properties

Communicator.IncrementalPickConfig.allowFaces

Configures whether or not faces are considered for selection.

Communicator.IncrementalPickConfig.allowLines

Configures whether or not lines are considered for selection.

Communicator.IncrementalPickConfig.allowPoints

Configures whether or not points are considered for selection.

Communicator.IncrementalPickConfig.bimMask

If set, selection will be restricted to geometry of the specified BIM types.

Communicator.IncrementalPickConfig.forceEffectiveSceneVisibilityMask

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.

Communicator.IncrementalPickConfig.forceEffectiveVisibilityMask

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.

Communicator.IncrementalPickConfig.ignoreCuttingSections

Configures whether or not cutting sections are ignored during selection.

Communicator.IncrementalPickConfig.ignoreUnrequestedInstances

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.

Communicator.IncrementalPickConfig.mustBeFullyContained

Configures whether or not items must be fully contained in the selection volume to be selection candidates.

Communicator.IncrementalPickConfig.onlyStreamedInstances

If false, instances that have not yet been streamed will be processed. If true, instances that have not yet been streamed will be ignored.

Communicator.IncrementalPickConfig.respectVisibility

Configures whether or not visibility is respected when performing a selection.