Component3D.getBBox() method
Returns the bounding box of this component
Signature:
getBBox(target?: Box3): Box3;
Parameters
Parameter |
Type |
Description |
---|---|---|
target |
Box3 |
(Optional) The target to set the bounding box to, if not provided a new Box3 will be returned |
Box3