Plugin

Overview

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

This class declares 7 methods for Plugin objects in TypeScript programs. Available methods include: createLoadOptions, createSaveOptions, getConstructorName, getExporter, getFileFormat, getFormatDetector, getImporter. Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.

Methods

SignatureDescription
getFileFormat()FileFormatReturns the file format.
getImporter()ImporterReturns the importer.
getExporter()ExporterReturns the exporter.
getFormatDetector()FormatDetectorReturns the format detector.
createLoadOptions()LoadOptionsCalls createLoadOptions on this Plugin instance.
createSaveOptions()SaveOptionsCalls createSaveOptions on this Plugin instance.
getConstructorName()stringReturns the constructor name.

See Also