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
Description
IOConfig is a class in the Aspose.3D FOSS library for Python that exposes 0 methods and 5 properties for programmatic use.
Core capabilities include: 'fileformat'; 'filesystem'; list[str]. These operations enable developers to integrate ioconfig functionality directly into Python applications.
Instances are created through a single constructor that initializes the object with default values.
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. |