ObjExporter

Overview

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

ObjExporter.canExport returns true when the exporter can handle the specified FileFormat.

Methods

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

See Also