Share

DXFFlatPatternExportOptions.isExtentLinesExported Property

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

Description

Specifies if the bend extent lines of the flat pattern are exported in the DXF. Defaults to true.

Syntax

"dXFFlatPatternExportOptions_var" is a variable referencing a DXFFlatPatternExportOptions object.

# Get the value of the property.
propertyValue = dXFFlatPatternExportOptions_var.isExtentLinesExported

# Set the value of the property.
dXFFlatPatternExportOptions_var.isExtentLinesExported = propertyValue

Property Value

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

Version

Introduced in version January 2025

Was this information helpful?