ThreeDModel.GetGroupBoundingBox Method

Top 

Description

Calculates the bounding box of the vertices for a defined group. Returns the volume of the box.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

ThreeDModel.GetGroupBoundingBox(String groupName, ProximityZone proximityZone)

Variable

Calculates the bounding box of the vertices for a defined group. Initializes the proximityZone ProximityZone as a box that encompasses all the vertices of the group specified by groupName. Returns the volume of the box in km^3.

ThreeDModel.GetGroupBoundingBox(String groupName, Array boundingBoxPosition, Array boundingBoxSize)

Variable

Calculates the bounding box of the vertices for a defined group. Initializes the boundingBoxPosition and boundingBoxSize arrays with the position and size of the bounding box for group specified by groupName. Returns the volume of the box in km^3.

 

 

See also

ThreeDModel Object

Vehicle 3D Models Guide