buildCollisionRayConfig
-
Operators.Camera.buildCollisionRayConfig() - buildCollisionRayConfig(bimMask:
BimMask, maxWorldDistance: (None | number)):PickConfigParameters
bimMask:
BimMaskRestricts 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:
PickConfigA ray pick config object suitable for BIM collision tests.