GroundVehicle.BodyScale Property

Top 

Description

A scale factor to increase or decrease the size of the GroundVehicle model in a Mission View. The BodyScale property assumes the model dimensions are in units of meters, similar to the ThreeDModel.Scale property. If, for example, the ThreeDModel.Scale is set to 1, the GroundVehicle.BodyScale 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 millisecond timing precision mode.

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

 

Attributes

Type:

number

Access:

read/write

Default Value:

100000

Valid Range:

GroundVehicle.BodyScale ≥ 0

 

Syntax

myVariable1 = myGroundVehicle1.BodyScale;

 

myGroundVehicle1.BodyScale = myVariable1;

 

See also

GroundVehicle Object