IExporter

Overview

IExporter is a interface in Aspose.3D FOSS for Java.

IExporter.canExport returns true when the exporter supports the specified FileFormat.

Methods

SignatureDescription
canExport(format: FileFormat)booleanReturns true when the exporter supports the specified FileFormat
export(scene: Scene, stream: Stream, options: SaveOptions)

See Also