DXFFlatPatternExportOptions.geometry Property
Parent Object:
DXFFlatPatternExportOptionsDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/DXFFlatPatternExportOptions.h>
Description
Specifies the geometry to export. This can be an Occurrence, or the root Component. For STL, OBJ, and 3MF export, it can be a BRepBody. For DXF export, it can be a sketch of flat pattern.
Syntax
"dXFFlatPatternExportOptions_var" is a variable referencing a DXFFlatPatternExportOptions object.
# Get the value of the property. propertyValue = dXFFlatPatternExportOptions_var.geometry
# Set the value of the property. dXFFlatPatternExportOptions_var.geometry = propertyValue
|
"dXFFlatPatternExportOptions_var" is a variable referencing a DXFFlatPatternExportOptions object.
#include <Fusion/Fusion/DXFFlatPatternExportOptions.h>
// Get the value of the property. Ptr<Base> propertyValue = dXFFlatPatternExportOptions_var->geometry();
// Set the value of the property, where value_var is a Base. bool returnValue = dXFFlatPatternExportOptions_var->geometry(value_var);
|
Property Value
This is a read/write property whose value is a
Base.
Version
Introduced in version November 2022