Plugin
Overview
Plugin is a class in Aspose.3D FOSS for Python.
Inherits from: ABC.
Plugin.get_file_format returns the FileFormat object describing the supported 3D file format.
Methods
| Signature | Description |
|---|---|
get_file_format() → 'FileFormat' | Returns the FileFormat object describing the supported 3D file format |
get_importer() → 'Importer' | Returns an Importer instance used to read 3D files |
get_exporter() → 'Exporter' | Returns an Exporter instance used to write 3D files |
get_format_detector() → 'FormatDetector' | Returns a FormatDetector that can identify a file’s format |
create_load_options() → 'LoadOptions' | Creates a LoadOptions object to configure import settings |
create_save_options() → 'SaveOptions' | Creates a SaveOptions object to configure export settings |