ThreeDModel.LoadModel(String) Method

Top 

Description

Loads the 3D model at the specified filepath and determines the format from the extension

 

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.LoadModel(

String filename)

 

 

Arguments

filename


Description:

The path of the file to load.

 

 

 

Return Value

Type:

number

 

 

Returns a 1 if loading the model was successful, returns a 0 if unsuccessful.

 

Syntax

myVariable1 = myThreeDModel1.LoadModel(myString1);

 

 

See also

ThreeDModel Object

ThreeDModel.LoadModel

Vehicle 3D Models Guide