ConvertToRefModel

Introduced

v6.0

Categories

RefModel

Description

Saves the current model as a reference model and saves the information in a file on disk. This is a convenience function for using ExportModel to save a reference model.

Tip: If you do not specify any parameters, the currently selected model is used and a file browser appears, prompting the user for the file name and location of the new .emdl file.

Scripting Syntax

ConvertToRefModel( [Model], [FileName] );

Parameters

Parameter Type Description
Model String The model to convert.

Default Value: Current selection

FileName String Location of new .emdl to save.

Default Value: User is prompted to specify where to save the file.

See Also

CommitToReference CreateRefModel MakeModelLocal ToggleReferencedModel