Creates a DXF2DImportOptions object that is used to import 2D data to create sketches. Creation of the createDXF2DImportOptions object does not perform the import. You must pass this object to the ImportManager.importToTarget method to perform the import. The sketches created as a result of the import are available through the 'results' property of the DXF2DImportOptions.
"importManager_var" is a variable referencing an ImportManager object.
|
"importManager_var" is a variable referencing an ImportManager object.
|
Type | Description |
DXF2DImportOptions | The created DXF2DImportOptions object or null if the creation failed. |
Name | Type | Description |
filename | string | The filename of the DXF file to be imported. |
planarEntity | Base | The construction plane or planar face that defines the plane that the resulting sketches will be created on. |
Name | Description |
Import Manager API Sample | Demonstrates how to import different formats to Fusion document |