StlFormat
Overview
StlFormat is a class in Aspose.3D FOSS for Python.
StlFormat.create_load_options creates an STL-specific load options object.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
extension | str | Read | Returns the primary file extension for STL files (e.g., “.stl”) |
extensions | List[str] | Read | Returns a list of recognized STL file extensions |
content_type | str | Read | Returns the MIME type associated with STL files |
file_format_type | `` | Read | Returns the enumeration value identifying the STL format |
version | str | Read | Returns the STL format version string supported by the library |
can_export | bool | Read | Indicates whether STL files can be exported |
can_import | bool | Read | Indicates whether STL files can be imported |
formats | List | Read | Returns a collection of format identifiers related to STL |
Methods
| Signature | Description |
|---|---|
create_load_options() | Creates an STL-specific load options object |
create_save_options() | Creates an STL-specific save options object |