StlSaveOptions
Overview
StlSaveOptions is a class in Aspose.3d for Python.
Inherits from: SaveOptions.
StlSaveOptions.binary_mode() getter/setter selects binary or ASCII output when exporting STL files.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flip_coordinate_system | bool | Read | Swaps Y and Z axes when saving the STL file |
scale | float | Read | Multiplies all vertex coordinates by the given factor during STL export |
binary_mode | bool | Read | Determines whether the STL is written in binary (true) or ASCII (false) format |
Methods
| Signature | Description |
|---|---|
__init__(file_format: 'FileFormat') |