StlPlugin
Overview
StlPlugin registers STL (.stl) I/O support in the Aspose.3D for TypeScript runtime. It wires together the format detector, importer, and exporter components for the STL (.stl) format so that Scene.open() and Scene.save() can transparently read and write .stl files without any explicit format configuration by the caller. Plugins are initialised automatically when the @aspose-3d/api package is loaded at application startup; you do not need to instantiate or register them directly in your own code.
Methods
| Signature | Description |
|---|---|
constructor() | |
getInstance() → StlPlugin | |
getFileFormat() → StlFormat | , getImporter(), getExporter(), and getFormatDetector()` provide access to the STL format, its importer, exporter, and format detector respectively |
getImporter() → StlImporter | Returns an StlImporter used to read STL files |
getExporter() → StlExporter | Returns an StlExporter used to write STL files |
getFormatDetector() → StlFormatDetector | Returns an StlFormatDetector that can identify STL files |
createLoadOptions() → StlLoadOptions | Creates a default StlLoadOptions object for importing |
createSaveOptions() → StlSaveOptions | Creates a default StlSaveOptions object for exporting |