DXF2DImportOptions.isSingleSketchResult Property
Parent Object: DXF2DImportOptionsDefined in namespace "adsk::core" and the header file is <Core/Application/DXF2DImportOptions.h>
Description
Gets and sets if importing the DXF file should create a new sketch for each layer or if the entire contents of the DXF file should be merged into a single layer. If true a single sketch will be created. If false a new sketch for each layer will be created where the sketch name will be the name of the layer. The default value for this property is false, resulting in a sketch for each layer.
Syntax
"dXF2DImportOptions_var" is a variable referencing a DXF2DImportOptions object.
|