Share

OBJExportOptions.sendToPrintUtility Property

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

Description

Gets and sets whether the created OBJ file will be sent to the print utility specified by the printUtility property. If this is false a filename must be defined. The default is false.

Syntax

"oBJExportOptions_var" is a variable referencing an OBJExportOptions object.

# Get the value of the property.
propertyValue = oBJExportOptions_var.sendToPrintUtility

# Set the value of the property.
oBJExportOptions_var.sendToPrintUtility = propertyValue

Property Value

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

Version

Introduced in version October 2022

Was this information helpful?