Share

C3MFExportOptions.sendToPrintUtility Property

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

Description

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

Syntax

"c3MFExportOptions_var" is a variable referencing a C3MFExportOptions object.

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

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

Property Value

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

Version

Introduced in version September 2021

Was this information helpful?