ImportedComponents.Add Method
Parent Object: ImportedComponentsDescription
Method that creates a new ImportedComponent object using the information supplied by the input ImportedComponentDefinition object. Returns the imported component.
Syntax
ImportedComponents.Add( Definition As ImportedComponentDefinition ) As ImportedComponentParameters
Name | Type | Description |
Definition | ImportedComponentDefinition | Input ImportedComponentDefinition object that defines the imported component. |
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. |