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
"dXFSketchExportOptions_var" is a variable referencing a DXFSketchExportOptions object.
#include <Fusion/Fusion/DXFSketchExportOptions.h>

// Get the value of the property.
boolean propertyValue = dXFSketchExportOptions_var->isPointsExported();

// Set the value of the property, where value_var is a boolean.
bool returnValue = dXFSketchExportOptions_var->isPointsExported(value_var);

Property Value

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

Version

Introduced in version January 2025