Format Support -- Aspose.3D FOSS for .NET
Aspose.3D FOSS for .NET provides classes for working with format support.
Overview
| Format | Extension | Read | Write | Options class | Notes |
|---|---|---|---|---|---|
| A3dw | .a3dw | No | Yes | A3dwSaveOptions | — |
| Amf | .amf | No | Yes | AmfSaveOptions | — |
| Collada | .dae | Yes | Yes | — | — |
| Draco | .drc | No | Yes | — | — |
| FBX | .fbx | Yes | Yes | — | — |
| glTF | .gltf / .glb | Yes | Yes | GltfLoadOptions, GltfSaveOptions | Binary GLB also supported |
| HTML5 | .html | No | Yes | Html5SaveOptions | — |
| JT | .jt | Yes | No | JtLoadOptions | — |
| OBJ | .obj | Yes | Yes | — | — |
.pdf | Yes | Yes | — | — | |
| PLY | .ply | Yes | Yes | — | — |
| RVM | .rvm | Yes | Yes | RvmLoadOptions, RvmSaveOptions | — |
| STL | .stl | Yes | Yes | — | — |
| U3D | .u3d | Yes | Yes | U3dLoadOptions, U3dSaveOptions | — |
| USD | .usd | No | Yes | UsdSaveOptions | — |
Getting Started
Install Aspose.3D FOSS for .NET:
dotnet add package Aspose.3D.FOSSTips and Best Practices
- Always dispose of document objects after use
- Handle file I/O exceptions when reading or writing files
- Check the API reference for the latest signatures
API Reference Summary
For full details, see the API Reference.