ImportedComponents.CreateDefinition Method
Parent Object: ImportedComponentsDescription
Method that creates a new ImportedComponentDefinition object. The returned definition provides access to all of the items in the file that can be imported.
Syntax
ImportedComponents.CreateDefinition( FullFileName As String ) As ImportedComponentDefinitionParameters
Name | Type | Description |
FullFileName | String | Input string that specifies the full filename of a CAD file. |
Samples
Name | Description |
Associatively import AutoCAD | This sample demonstrates how to import AutoCAD associatively. |
ImportedDWGComponent Creation | This sample demonstrates how to create an imported DWG component into Inventor part document, and project the DWG entities onto Inventor planar sketch. |
Import Revit data into Inventor | The samples demonstrate how to import Revit data(.rvt) into Inventor part and assembly documents. |