IOConfig — Aspose.3D FOSS Python API Reference
Overview
IOConfig is a class in the Aspose.3D FOSS Python library. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition.
Package: aspose.threed
Properties
| Property | Type | Description |
|---|---|---|
file_format | 'FileFormat' | The file_format value. |
encoding | str | The encoding value. |
file_system | 'FileSystem' | The file_system value. |
lookup_paths | List[str] | The lookup_paths value. |
file_name | str | The file_name value. |
Methods
| Method | Returns | Description |
|---|---|---|
file_format() | 'FileFormat' | Performs the file_format operation. |
encoding() | str | Performs the encoding operation. |
encoding(…) [overload 2] | `` | Performs the encoding operation. |
file_system() | 'FileSystem' | Performs the file_system operation. |
file_system(…) [overload 2] | `` | Performs the file_system operation. |
lookup_paths() | List[str] | Performs the lookup_paths operation. |
lookup_paths(…) [overload 2] | `` | Performs the lookup_paths operation. |
file_name() | str | Performs the file_name operation. |
file_name(…) [overload 2] | `` | Performs the file_name operation. |