CommitToReference (Model)
Introduced
6.0
Description
Updates the saved model file (.emdl) with the current state of the reference model and its delta. The file that will be overwritten is associated with the current resolution.
Note: This method is a more low-level version of the CommitToReference command.
Scripting Syntax
Model.CommitToReference( [Name], [IncludeNestedRefs] )
C# Syntax
Model.CommitToReference( String in_vName, Boolean in_bIncludeNestedRefs );Parameters
|
Parameter |
Type |
Description |
|
Name |
Filename corresponding to the current resolution. Default Value: "" |
|
|
IncludeNestedRefs |
True to include nested reference models. Default Value: false |
See Also
Autodesk Softimage v7.5