StlExporter

Overview

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

This class provides 2 methods for working with StlExporter 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

StlExporter 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

SignatureDescription
canExport(format: FileFormat)boolean
export(scene: Scene, stream: Stream, options: SaveOptions)

See Also