ThreeDModel.GetGroupBoundingBox(String, ProximityZone) Method

Top 

Description

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.

 

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.

 

Method Signature

ThreeDModel.GetGroupBoundingBox(

String groupName,


ProximityZone proximityZone)

 

 

Arguments

groupName


Description:

The name of the group for which the bounding box will be calculated.

 

 

proximityZone


Description:

ProximityZone to initialize with bounding box data.

 

 

 

Return Value

Type:

number

Units:

km^3

 

 

Returns the volume of the bounding box.

 

Syntax

myVariable1 = myThreeDModel1.GetGroupBoundingBox(myString1, myProximityZone1);

 

 

See also

ThreeDModel Object

ThreeDModel.GetGroupBoundingBox

Vehicle 3D Models Guide