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 provides 5 methods for working with 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__()
supports_format(file_format: 'FileFormat')boolNot implemented in the FOSS edition — throws at runtime.
export(scene: 'Scene', stream, options: 'SaveOptions')Not implemented in the FOSS edition — throws at runtime.

See Also