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

PropertyTypeDescription
file_format'FileFormat'The file_format value.
encodingstrThe encoding value.
file_system'FileSystem'The file_system value.
lookup_pathsList[str]The lookup_paths value.
file_namestrThe file_name value.

Methods

MethodReturnsDescription
file_format()'FileFormat'Performs the file_format operation.
encoding()strPerforms 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()strPerforms the file_name operation.
file_name(…) [overload 2]``Performs the file_name operation.

See Also