CreateEmptyRefModel
 
 
 

CreateEmptyRefModel

Introduced

v6.0

Description

Creates an empty referenced model in the scene.

Scripting Syntax

oReturn = CreateEmptyRefModel( [FileName], [ModelName], [ResolutionName], [Parent], [Activate] );

Return Value

The new referenced Model

Parameters

Parameter Type Description
FileName String If a filename is specified, it is not loaded but is used for the first resolution.
ModelName String The model name.

Default Value: The name of the file (specified in Filename)

ResolutionName String The name of the first resolution.

Default Value: res1

Parent String Object or model to use as the parent of the imported model

Default Value: Scene Root

Activate Boolean True to import the model for the first resolution. If false, the model stays offloaded.

Default Value: False

See Also

CreateRefModel