ObjPlugin
General
ObjPlugin és una classe en Aspose.3d per a Python. Heretaris de: Plugin.
ObjPlugin.get_file_format returns the ObjFormat object representing the OBJ file format.
Mètodes
| Signatura | Descripció |
|---|---|
__init__() | |
get_file_format() → 'ObjFormat' | Retorna l’objecte ObjFormat que representa el format de fitxer OBJ. |
get_importer() → 'Importer' | Retorna un importador capaç de llegir arxius OBJ |
get_exporter() → 'Exporter' | Retorna un exportador capaç d’escriure arxius OBJ |
get_format_detector() → 'FormatDetector' | Retorna un FormatDetector que pot identificar arxius OBJ |
create_load_options() → 'ObjLoadOptions' | Crea una nova instància ObjLoadOptions per configurar l’import OBJ. |
create_save_options() → 'ObjSaveOptions' | Crea una nova instància ObjSaveOptions per configurar l’exportació OBJ. |