Aspose.3D Cloud for .NET is a SDK for working with 3D files. It allows developers to create/manipulate 3D scene and work with FBX,STL,OBJ,3DS,U3D,RVM,PDF,GLTF,HTML files.
$ dotnet add package Aspose.3D-CloudAspose.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!
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
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 to get the latest version. You may alternatively install the package from command line as .
Update-Package Aspose.3D-Cloudnuget 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