DXF2DImportOptions.results Property
Parent Object: DXF2DImportOptionsDefined in namespace "adsk::core" and the header file is <Core/Application/DXF2DImportOptions.h>
Description
Returns a collection of Sketch objects. A sketch is created for each layer in the DXF file that contains 2D geometry. Any 3D geometry contained in the DXF file is ignored. The names of the resulting sketches correspond to the layer names in the DXF file. Currently, the only way to get a single sketch as a result is to supply a DXF file that only has 2D geometry on a single layer.
Syntax
"dXF2DImportOptions_var" is a variable referencing a DXF2DImportOptions object.
|