ThreeDModel.Scale Property

Top 

Description

A scale factor to increase or decrease the size of the ThreeDModel's implicit dimensions, such as those returned when using the ThreeDModel.GetGroupBoundingBox method. The Scale property assumes the model dimensions are in units of meters similar to the Spacecraft.BodyScale property. If, for example, the Spacecraft.BodyScale is set to 1, the ThreeDModel.Scale will have to be set to 1 in order to make bounding boxes coincide with the model.

 

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.

 

Attributes

Type:

number

Access:

read/write

Default Value:

1000.0

Valid Range:

ThreeDModel.Scale > 0

 

Syntax

myVariable1 = myThreeDModel1.Scale;

 

myThreeDModel1.Scale = myVariable1;

 

See also

ThreeDModel Object

Vehicle 3D Models Guide