StlFormat

Overview

StlFormat is a class in Aspose.3D FOSS for Python.

StlFormat.create_load_options creates an STL-specific load options object.

Properties

NameTypeAccessDescription
extensionstrReadReturns the primary file extension for STL files (e.g., “.stl”)
extensionsList[str]ReadReturns a list of recognized STL file extensions
content_typestrReadReturns the MIME type associated with STL files
file_format_type``ReadReturns the enumeration value identifying the STL format
versionstrReadReturns the STL format version string supported by the library
can_exportboolReadIndicates whether STL files can be exported
can_importboolReadIndicates whether STL files can be imported
formatsListReadReturns a collection of format identifiers related to STL

Methods

SignatureDescription
create_load_options()Creates an STL-specific load options object
create_save_options()Creates an STL-specific save options object

See Also