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