ThreeMfFormat — Aspose.3D FOSS TypeScript API Reference
ThreeMfFormat — ThreeMfFormat class in the Aspose.3D FOSS TypeScript API.. Inherits from: FileFormat.
Package: aspose.threed
Methods
| Method | Returns | Description |
|---|---|---|
getInstance() | ThreeMfFormat | |
extension() | string | |
extensions() | string[] | |
contentType() | string | |
fileFormatType() | any | |
version() | string | |
canExport() | boolean | |
canImport() | boolean | |
formats() | any[] | |
createLoadOptions() | ThreeMfLoadOptions | |
createSaveOptions() | ThreeMfSaveOptions | |
isBuildable(node: any) | boolean | |
getTransformForBuild(node: any) | `any | null` |
setBuildable(node: any, value: boolean, transform: any) | void | |
setObjectType(node: any, modelType: string) | void | |
getObjectType(node: any) | string |