v6.0
Creates an empty referenced model in the scene.
oReturn = CreateEmptyRefModel( [FileName], [ModelName], [ResolutionName], [Parent], [Activate] ); |
The new referenced Model
| 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 |