IOService — Aspose.3D FOSS Python API Reference
Overview
IOService 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
No public properties documented in source.
Methods
| Method | Returns | Description |
|---|---|---|
register_exporter(exporter: 'Exporter') | `` | Performs the register_exporter operation. |
register_importer(importer: 'Importer') | `` | Performs the register_importer operation. |
register_detector(detector: 'FormatDetector') | `` | Performs the register_detector operation. |
register_plugin(plugin: 'Plugin') | `` | Performs the register_plugin operation. |
detect_format(stream, file_name: str) | `` | Performs the detect_format operation. |
create_exporter(format_type: 'FileFormat') | `` | Creates and returns a new instance. |
create_importer(format_type: 'FileFormat') | `` | Creates and returns a new instance. |
get_plugin_for_format(file_format) | `` | Performs the get_plugin_for_format operation. |
get_plugin_for_extension(extension: str) | `` | Performs the get_plugin_for_extension operation. |
get_all_plugins() | `` | Performs the get_all_plugins operation. |