STEPExportOptions.geometry Property

Parent Object: STEPExportOptions
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/STEPExportOptions.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

"sTEPExportOptions_var" is a variable referencing a STEPExportOptions object.

# Get the value of the property.
propertyValue = sTEPExportOptions_var.geometry

# Set the value of the property.
sTEPExportOptions_var.geometry = propertyValue
"sTEPExportOptions_var" is a variable referencing a STEPExportOptions object.
#include <Fusion/Fusion/STEPExportOptions.h>

// Get the value of the property.
Ptr<Base> propertyValue = sTEPExportOptions_var->geometry();

// Set the value of the property, where value_var is a Base.
bool returnValue = sTEPExportOptions_var->geometry(value_var);

Property Value

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

Version

Introduced in version June 2015