FbxExporter

Overview

FbxExporter is a class in Aspose.3D FOSS for Python. Inherits from: Exporter.

FbxExporter.save saves the given Scene to a file path using specified FbxSaveOptions.

This class declares 5 methods for FbxExporter objects in Python programs. Available methods include: __init__, export, save, save_to_stream, supports_format. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.

Methods

SignatureDescription
save(filename: str, scene: 'Scene', options: 'FbxSaveOptions')Not implemented in the FOSS edition — throws at runtime. Saves the given Scene to a file path using specified FbxSaveOptions
save_to_stream(stream: io.IOBase, scene: 'Scene', options: 'FbxSaveOptions')Not implemented in the FOSS edition — throws at runtime. Writes the given Scene to a binary stream with provided FbxSaveOptions
__init__()Calls init on this FbxExporter instance.
supports_format(file_format: 'FileFormat')boolNot implemented in the FOSS edition — throws at runtime. Calls supports_format(file_format) on this FbxExporter instance.
export(scene: 'Scene', stream, options: 'SaveOptions')Not implemented in the FOSS edition — throws at runtime. Calls export(scene, stream, options) on this FbxExporter instance.

See Also

 English