FbxExporter

Overview

FbxExporter is a class in Aspose.3D FOSS for Java. Inherits from: IExporter.

FbxExporter.canExport returns true if the exporter supports the specified FileFormat.

Methods

SignatureDescription
canExport(format: FileFormat)booleanReturns true if the exporter supports the specified FileFormat
export(scene: Scene, stream: Stream, options: SaveOptions)Not implemented in the FOSS edition — throws at runtime. Writes the given Scene to the provided Stream using the supplied SaveOptions

See Also