GetSelectBounds Data Member Function

Populates two <Vec> objects with the minimum and maximum 3D extents, or bounding box, of the selected objects.

Prototype

int32 GetSelectBounds( Vec a_vMin, Vec a_vMax )

Parameters

Parameter Type Parameter Name Documentation
<Vec>a_vMinUpon return, this value has the minimum extent of the selected objects.
<Vec>a_vMaxUpon return, this value has the maximum extent of the selected objects.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.