Java SDK to communicate with Aspose.3D REST API. Create, Edit & Convert 3D files in the Cloud.
Java SDK wraps Aspose.3D Cloud APIs so you could create, edit and convert 3D files in your cloud-based Java applications with zero initial cost.
AMF, 3DS, RVM, DRC, DAE, DXF, FBX, OBJ, PDF, PLY, STL, U3D, GLTF, HTML
JT, X (DirectX), 3MF, ASE
It gives you an ability to:
Register an account at Aspose Cloud Dashboard to get you application information. Next, add the following dependency to your project’s POM to automatically fetch the required artifacts.
<repositories>
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://repository.aspose.cloud/repo/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-3d-cloud</artifactId>
<version>20.5</version>
</dependency>
</dependencies>
// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
ThreeDCloudApi threeDCloudApi = new ThreeDCloudApi("client_credentials", "MY_CLIENT_ID", "MY_CLIENT_SECRET");
const string name = "sample.3d";
const string multifileprefix = "newScene";
const string newformat = "pdf";
const string password = null;
const string folder = "3DTest";
string storage = "My_Storage_Name";
var response = threeDCloudApi.PostSceneToFileWithHttpInfo(name, multifileprefix, newformat, password, folder, storage);
Console.WriteLine(response);
.NET | PHP | Python | Ruby | Node.js | Swift | Perl | GO |
---|---|---|---|---|---|---|---|
GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub |
NuGet | Composer | PIP | GEM | NPM | POD | CPAN | GO |
Home | Product Page | Documentation | Live Demo | API Reference | Code Samples | Blog | Free Support | Free Trial