StlSaveOptions
Overview
StlSaveOptions is a class in Aspose.3D FOSS for Python.
Inherits from: SaveOptions.
StlSaveOptions.scale specifies a uniform scaling factor applied to all coordinates during STL export.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flip_coordinate_system | bool | Read | |
scale | float | Read | Specifies a uniform scaling factor applied to all coordinates during STL export |
binary_mode | bool | Read | Selects binary STL output; false produces ASCII STL |
_flip_coordinate_system | `` | Read | |
_scale | `` | Read | |
_binary_mode | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__(file_format: 'FileFormat') |