Saves the current document to disk using the specified filename. Use this to save the current active document with another filename.
int32 SaveFile( EditModel3D p_oModel )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <EditModel3D> | p_oModel | A pointer to the current model. Usually you pass in Model to this parameter. For example: Application.SaveFile( Model );. |
None published. Please look for an example in the Simdify Scripting Language code base.