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.

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

See Also