Vehicle.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

Vehicle.SetThreeDModel(

ThreeDModel ThreeDModelObject)

 

 

Arguments

ThreeDModelObject


Description:

ThreeDModel object to associate to the Vehicle.

 

 

 

Return Value

Type:

number

 

 

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

 

Syntax

myVariable1 = myVehicle1.SetThreeDModel(myThreeDModel1);

 

 

See also

Vehicle Object