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.

This class provides 2 methods for working with FbxExporter objects in Java programs. Available methods include: canExport, export. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.

Description

FbxExporter is a class in the Aspose.3D FOSS library for Java that exposes 2 methods and 0 properties for programmatic use. It extends IExporter, inheriting shared functionality from its parent type.

Core capabilities include: not implemented in the foss edition — throws at runtime. writes the given scene to the provided stream using the supplied saveoptions. These operations enable developers to integrate fbxexporter functionality directly into Java applications.

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