IExporter
Overview
IExporter is a interface in Aspose.3D FOSS for Java.
IExporter.canExport returns true when the exporter supports the specified FileFormat.
Methods
| Signature | Description |
|---|---|
canExport(format: FileFormat) → boolean | Returns true when the exporter supports the specified FileFormat |
export(scene: Scene, stream: Stream, options: SaveOptions) |