Exporter

Overview

Exporter is a class in Aspose.3D FOSS for TypeScript.

Exporter.supportsFormat(fileFormat) returns true if the given FileFormat can be written by the exporter, enabling runtime format validation.

This class declares 3 methods for Exporter objects in TypeScript programs. Available methods include: constructor, export, supportsFormat. Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.

Methods

SignatureDescription
constructor()Calls constructor on this Exporter instance.
supportsFormat(fileFormat: FileFormat)booleanReturns true if the given FileFormat can be written by the exporter, enabling runtime format validation
export(scene: Scene, stream: any, options: SaveOptions)Calls export(scene, stream, options) on this Exporter instance.

See Also