Exports p to a model file (IKM) given by file.
Model files are "snapshots" of the model tree. A model file contains enough information to re-create the tree when it is loaded. Model files are special versions of source files, and are human-readable and editable.
exportModel ( p As Part, _ file As String ) As Boolean
Argument | Type | Description |
---|---|---|
p | Part | The root of the model to be exported. |
file | String | The path of the file to be created. For proper loading, the file should have the extension .ikm. |