GetExtent Data Member Function

Returns the geometric extent of a <Node> along X, Y, and Z.

Prototype

int32 GetExtent( Vec a_vMin, Vec a_vMax )

Parameters

Parameter Type Parameter Name Documentation
<Vec>a_vMinThe minimum extent of the <Node> will be returned in this value.
<Vec>a_vMaxThe maximum extent of the <Node> will be returned in this value.

Examples

Copy Text To Clipboard

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