StlSaveOptions

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

NameTypeAccessDescription
flip_coordinate_systemboolReadSwaps Y and Z axes when saving the STL file
scalefloatReadMultiplies all vertex coordinates by the given factor during STL export
binary_modeboolReadDetermines whether the STL is written in binary (true) or ASCII (false) format

Methods

SignatureDescription
__init__(file_format: 'FileFormat')