ThreeDModel.GetModelBoundingBox(ProximityZone) Method

Top 

Description

Calculates the bounding box of the vertices for the entire ThreeDModel. Initializes the proximityZone ProximityZone as a box that encompasses all the vertices of the entire ThreeDModel. 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.GetModelBoundingBox(

ProximityZone proximityZone)

 

 

Arguments

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.GetModelBoundingBox(myProximityZone1);

 

 

See also

ThreeDModel Object

ThreeDModel.GetModelBoundingBox

Vehicle 3D Models Guide