StlPlugin
General
StlPlugin és una classe en Aspose.3d per Typescript. Heretaris de: StlPlugin, Plugin.
StlPlugin.getFileFormat returns the StlFormat object representing STL file format.
Mètodes
| Signatura | Descripció |
|---|---|
constructor() | |
getInstance() → StlPlugin | |
getFileFormat() → StlFormat | , getImporter(), getExporter(), and getFormatDetector (() ` proporcionar accés al format STL, el seu importador, exportador i detector de format respectivament. |
getImporter() → StlImporter | Retorna un StlImporter utilitzat per llegir arxius STL. |
getExporter() → StlExporter | Retorna un StlExporter utilitzat per escriure arxius STL. |
getFormatDetector() → StlFormatDetector | Retorna un StlFormatDetector que pot identificar arxius STL. |
createLoadOptions() → StlLoadOptions | Crea un objecte StlLoadOptions per a la importació |
createSaveOptions() → StlSaveOptions | Crea un objecte predeterminat StlSaveOptions per a l’exportació |