Share

DXFSketchExportOptions.isConstructionExported Property

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

Description

Indicates if construction geometry should be exported. Defaults to true, which will export all construction geometry. 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.isConstructionExported

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

Property Value

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

Version

Introduced in version January 2025

Was this information helpful?