Aspose.3D-Cloud 24.1.0

dotnet add package Aspose.3D-Cloud --version 24.1.0
NuGet\Install-Package Aspose.3D-Cloud -Version 24.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.3D-Cloud" Version="24.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.3D-Cloud --version 24.1.0
#r "nuget: Aspose.3D-Cloud, 24.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.3D-Cloud as a Cake Addin
#addin nuget:?package=Aspose.3D-Cloud&version=24.1.0

// Install Aspose.3D-Cloud as a Cake Tool
#tool nuget:?package=Aspose.3D-Cloud&version=24.1.0

.NET SDK for 3D File Formats

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!

Process 3D Objects & Files in the Cloud

Read & Write 3D Formats

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

Read-Only Formats

Siemens JT, DirectX X, 3D Manufacturing Format 3MF, 3D Studio Max ASE

Integrated Storage API

  • 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.

Get Started with Aspose.3D Cloud SDK for .NET

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.

Convert 3D to PDF in C# .Net

	// 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

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.1.0 208 1/29/2024
23.8.0 560 8/18/2023
21.6.0 990 6/2/2021
20.5.0 1,074 5/11/2020
19.11.0 1,010 11/7/2019