Share

DXFSketchExportOptions.units Property

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

Description

Gets and sets the units that will be used for the DXF file. This defaults to be the same as the default units of the design.

Syntax

"dXFSketchExportOptions_var" is a variable referencing a DXFSketchExportOptions object.

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

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

Property Value

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

Version

Introduced in version January 2025

Was this information helpful?