StlFormat
General
StlFormat és una classe en Aspose.3d per Typescript. Heretaris de: StlFormat, FileFormat.
StlFormat.canImport indicates whether STL files can be imported.
Propietats
| Nom | Tipus de productes | Accés | Descripció |
|---|---|---|---|
extension | string | Llegeix. | Retorna l’ extensió de fitxer predeterminada per al format STL |
extensions | string[] | Llegeix. | Retorna una matriu d’extensions de fitxers STL suportades. |
contentType | string | Llegeix. | Emmagatzemar el tipus MIME associat als arxius STL |
fileFormatType | any | Llegeix. | Identifica el tipus de format intern per a STL. |
version | string | Llegeix. | Conté la cadena de versió de biblioteca per al suport del format STL. |
canExport | boolean | Llegeix. | És un boolean que indica la capacitat d’exportació per a STL. |
canImport | boolean | Llegeix. | És un boolean que indica la capacitat d’importació per a STL. |
formats | any[] | Llegeix. | Llistes de descriptors del format disponibles relacionats amb STL |
Mètodes
| Signatura | Descripció |
|---|---|
canImport() → boolean | És un boolean que indica la capacitat d’importació per a STL. |
canExport() → boolean | És un boolean que indica la capacitat d’exportació per a STL. |
extension() → string | Retorna l’ extensió de fitxer predeterminada per al format STL |
extensions() → string[] | Retorna una matriu d’extensions de fitxers STL suportades. |
constructor() | |
getInstance() → StlFormat | |
createLoadOptions() → StlLoadOptions | Crea un objecte StlLoadOptions per importar arxius STL |
createSaveOptions() → StlSaveOptions | Crea un objecte StlSaveOptions per exportar arxius STL |