STLExportOptions.availablePrintUtilities Property
Parent Object: STLExportOptionsDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/STLExportOptions.h>
Description
Returns a list of the known available print utilities. These strings can be used to set the PrintUtility property to specify which print utility to open the STL file in.
Syntax
"sTLExportOptions_var" is a variable referencing a STLExportOptions object. |
Property Value
This is a read only property whose value is an array of type string.Samples
| Name | Description |
| STLExport API Sample | Demonstrates how to export f3d to STL format. |
