GroundVehicle.SetThreeDModel(ThreeDModel) Method

Top 

Description

Associates a ThreeDModel object to the specified Vehicle.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

GroundVehicle.SetThreeDModel(

ThreeDModel ThreeDModelObject)

 

 

Arguments

ThreeDModelObject


Description:

ThreeDModel object to associate to the Vehicle.

 

 

 

Return Value

Type:

number

 

 

Returns a 1 if the calling GroundVehicle's 3D model is set successfully.

 

Syntax

myVariable1 = myGroundVehicle1.SetThreeDModel(myThreeDModel1);

 

 

See also

GroundVehicle Object