Parent Object: LevelOfDetailRepresentations
Method that creates a new substitute LevelOfDetailRepresentation based on the input file. The newly created LevelOfDetailRepresentation is returned.
| Name | Type | Description |
| FullFileName | String | Input string that specifies the full name of the file to create the substitute LOD with. |
| Name | String | Optional input string that specifies the name of the LOD representation to create. If not specified, Inventor assigns a name to the representation. This is an optional argument whose default value is """". |
| SkipDocumentSave | Boolean | Optional input Boolean that indicates whether to suppress the save dialogs that appear for dirty documents that are about to be closed as a result of this action. If set to True, any edits performed on the documents needing to be closed are lost. Also, any document never saved to disk and needing to be closed is lost. The default value is False indicating that the user will be prompted to save documents about to be closed. This is an optional argument whose default value is False. |
| Name | Description |
| Shrink wrap substitute in assembly | The following sample demonstrates the creation of a shrinkwrap substitute within an assembly. |