StlSaveOptions
General
StlSaveOptions is a class in Aspose.3d for Python.
Inherits from: SaveOptions.
StlSaveOptions és una classe en Aspose.3d per a Python. Hereta de: ゚SaveOptions⌒ .
StlSaveOptions.binary_mode() getter/setter selecciona sortida binària o ASCII quan s’exporta arxius STL.
Propietats
| 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 |
Mètodes
| Signature | Description |
|---|---|
__init__(file_format: 'FileFormat') |