StlSaveOptions

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

NameTypeAccessDescription
flip_coordinate_systemboolRead
scalefloatReadSpecifies a uniform scaling factor applied to all coordinates during STL export
binary_modeboolReadSelects binary STL output; false produces ASCII STL
_flip_coordinate_system``Read
_scale``Read
_binary_mode``Read

Methods

SignatureDescription
__init__(file_format: 'FileFormat')

See Also