Share

DXFSketchExportOptions.isPointsExported Property

Parent Object: DXFSketchExportOptions
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/DXFSketchExportOptions.h>

Description

Indicates if the sketch points should be exported. Defaults to true, which will export all points. If false it will be ignored and not included in the DXF file.

Syntax

"dXFSketchExportOptions_var" is a variable referencing a DXFSketchExportOptions object.

# Get the value of the property.
propertyValue = dXFSketchExportOptions_var.isPointsExported

# Set the value of the property.
dXFSketchExportOptions_var.isPointsExported = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version January 2025

Was this information helpful?