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.
This class provides 2 methods for working with ObjExporter 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
ObjExporter 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.
Methods
| Signature | Description |
|---|---|
canExport(format: FileFormat) → boolean | Returns true when the exporter can handle the specified FileFormat |
export(scene: Scene, stream: Stream, options: SaveOptions) |