buildCollisionRayConfig

Operators.Camera.buildCollisionRayConfig()
buildCollisionRayConfig(bimMask: BimMask, maxWorldDistance: (None | number)): PickConfig

Parameters

bimMask: BimMask

Restricts the objects the selection ray can select to the BIM types present in the mask.

maxWorldDistance: (None | number)

If non-null, this limits the distance the selection ray can travel to hit an object.

Returns: PickConfig

A ray pick config object suitable for BIM collision tests.