SMTExportOptions.geometry Property
Parent Object: SMTExportOptions
Derived from: ExportOptions.geometry
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/SMTExportOptions.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
"sMTExportOptions_var" is a variable referencing a SMTExportOptions object.# Get the value of the property. propertyValue = sMTExportOptions_var.geometry# Set the value of the property. sMTExportOptions_var.geometry = propertyValue
"sMTExportOptions_var" Is a variable referencing a SMTExportOptions Object.#include <Fusion/Fusion/SMTExportOptions.h>// Get the value of the property. Base propertyValue = sMTExportOptions_var->geometry ();// Set the value of the property, where value_var is a Base. bool returnValue = sMTExportOptions_var->geometry (value_var);
"sMTExportOptions_var" Is a variable referencing a SMTExportOptions Object.// Get the value of the property. propertyValue = sMTExportOptions_var.geometry ;// Set the value of the property. sMTExportOptions_var.geometry = propertyValue;
Property Value
This is a read/write property whose value is a Base.
Version
Introduced in version June 2015