ObjPlugin
Overview
ObjPlugin is a class in Aspose.3D FOSS for Python.
Inherits from: Plugin.
ObjPlugin.get_file_format returns the ObjFormat object representing the OBJ file format.
Methods
| Signature | Description |
|---|---|
__init__() | |
get_file_format() → 'ObjFormat' | Returns the ObjFormat object representing the OBJ file format |
get_importer() → 'Importer' | Returns an Importer capable of reading OBJ files |
get_exporter() → 'Exporter' | Returns an Exporter capable of writing OBJ files |
get_format_detector() → 'FormatDetector' | Returns a FormatDetector that can identify OBJ files |
create_load_options() → 'ObjLoadOptions' | Creates a new ObjLoadOptions instance for configuring OBJ import |
create_save_options() → 'ObjSaveOptions' | Creates a new ObjSaveOptions instance for configuring OBJ export |