Aspose.3D Cloud SDK for .NET wraps 3D REST APIs so you may easily create, edit and convert 3D files in your own cloud-based .NET applications. With zero initial cost!
- Convert between 3D formats without requring any additional tools or rendering software.
- Create 3D entities with size such as a Box, Cylinder, Sphere, Torus or Plane.
- Extract 3D scene and save in different formats.
- Triangulate 3D file or just a scene.
- Extract 3D PDF data and save in any format.
Additive Manufacturing Format AMF, 3D Studio 3DS, AVEVA RVM, Google Draco DRC, Collada DAE, AutoCAD DXF, Autodesk FBX, Wavefront OBJ, 3D PDF, Polygon File Format PLY, Standard Triangle Language STL, Universal3D U3D, GL Transmission Format GLTF
Siemens JT, DirectX X, 3D Manufacturing Format 3MF, 3D Studio Max ASE
- Upload, download, copy, move and delete files, including versions handling (if you are using Cloud storage that supports this feature - true by default).
- Create, copy, move and delete folders.
- Copy and move files and folders accross separate storages.
- Check if certain file, folder or storage exists.
Register an account at Aspose Cloud Dashboard to get you application information. Next, execute Install-Package Aspose.3d-Cloud
from the Package Manager Console in Visual Studio to fetch & reference Aspose.3D Cloud SDK assembly in your project. If you already have Aspose.3D Cloud SDK for .NET, execute Update-Package Aspose.3D-Cloud
to get the latest version. You may alternatively install the package from command line as nuget install Aspose.3D-Cloud
.
// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
ThreeDCloudApiApi threeDCloudApi = new ThreeDCloudApi("client_credentials", "MY_CLIENT_ID", "MY_CLIENT_SECRET");
string name = "sample.3d";
string newformat = "pdf";
string newfilename = "saveasformat.pdf";
string folder = "3DToPdf";
bool isOverwrite = true;
string storage = "My_Storage_Name";
var response = threeDCloudApi.PostConvertByFormat(name, newformat, newfilename, folder, isOverwrite, storage);
Java | PHP | Python | Ruby | Node.js | Swift | Perl | GO |
---|---|---|---|---|---|---|---|
GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub |
Maven | Composer | PIP | GEM | NPM | POD | CPAN | GO |
Home | Product Page | Documentation | Live Demo | API Reference | Code Samples | Blog | Free Support | Free Trial