Component3D.getBBox() method

Returns the bounding box of this component

Signature:

getBBox(target?: Box3): Box3;

Parameters

ParameterTypeDescription
targetBox3(Optional) The target to set the bounding box to, if not provided a new Box3 will be returned

Returns:

Box3