FbxPlugin

Overview

FbxPlugin is a class in Aspose.3D FOSS for Python. Inherits from: Plugin.

FbxPlugin provides factory methods to obtain an importer, exporter, format detector, and to create load and save option objects for FBX processing.

This class declares 7 methods for FbxPlugin objects in Python programs. Available methods include: __init__, 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

SignatureDescription
__init__()Calls init on this FbxPlugin instance.
get_file_format()Returns the file format.
get_importer()'FbxImporter'Returns the importer.
get_exporter()'FbxExporter'Returns the exporter.
get_format_detector()'FbxFormatDetector'Returns the format detector.
create_load_options()'FbxLoadOptions'Returns a new FbxLoadOptions object for configuring FBX import settings
create_save_options()'FbxSaveOptions'Returns a new FbxSaveOptions object for configuring FBX export settings

See Also

 English