ImportManager.createDXF2DImportOptions Method
Parent Object:
ImportManagerDefined in namespace "adsk::core" and the header file is <Core/Application/ImportManager.h>
Description
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.
Syntax
"importManager_var" is a variable referencing an ImportManager object.returnValue = importManager_var.createDXF2DImportOptions(filename, planarEntity)
|
"importManager_var" is a variable referencing an ImportManager object.
#include <Core/Application/ImportManager.h>
returnValue = importManager_var->createDXF2DImportOptions(filename, planarEntity);
|
Return Value
Parameters
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. |
Samples
Version
Introduced in version November 2015