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.
This class provides 6 methods for working with Plugin objects in Python programs.
Available methods include: create_load_options, create_save_options, get_exporter, get_file_format, get_format_detector, get_importer.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Methods
| Signature | Description |
|---|---|
get_file_format() → 'FileFormat' | Returns the file format. |
get_importer() → 'Importer' | Returns the importer. |
get_exporter() → 'Exporter' | Returns the exporter. |
get_format_detector() → 'FormatDetector' | Returns the format detector. |
create_load_options() → 'LoadOptions' | Creates a LoadOptions object to configure import settings |
create_save_options() → 'SaveOptions' | Creates a SaveOptions object to configure export settings |