Executes the import operation to import a file (of the format specified by the input ImportOptions object) into an existing component in an existing design.
"importManager_var" is a variable referencing an ImportManager object.
|
"importManager_var" is a variable referencing an ImportManager object.
|
Type | Description |
boolean | Returns true if the import was successful. |
Name | Type | Description |
importOptions | ImportOptions | An ImportOptions object that is created using one of the create methods on the ImportManager object. This defines the type of file and any available options supported for that file type. Supplying a DXF2DImportOptions object will result in the creation of one or more sketches (depending on the layers in the DXF file) in the target component. |
target | Base | For most import types this will be a Component. For SVGImportOptions this is the sketch you want to import the SVG data into. |
Name | Description |
Import Manager API Sample | Demonstrates how to import different formats to Fusion document |