STLExportOptions.isBinaryFormat Property
Parent Object: STLExportOptionsDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/STLExportOptions.h>
Description
Indicates if the STL file is to be an ASCII or binary STL format. The default is true.
Syntax
"sTLExportOptions_var" is a variable referencing a STLExportOptions object. |
Property Value
This is a read/write property whose value is a boolean.Samples
| Name | Description |
| Export to other formats API Sample | Demonstrates exporting the active design to IGES, STEP, SAT, SMT, F3D and STL formats. To run this sample, have a design open and run the script. It will write out the translated files to a temp directory, which will it show in a message box. |
