- Notifications
You must be signed in to change notification settings - Fork1
Python SDK to communicate with Aspose.3D REST API. Create, Edit or Convert 3D Files & Objects in Cloud.
License
Aspose-3D-Cloud/aspose-3d-cloud-python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Aspose.3D Cloud SDK for Python empowers your Python applications to connect with 3D document formats. The APIs let engineers read, convert, build, alter and control the substance of the3D document formats in the Cloud. All without any 3D modeling and rendering software installed on the machine.
- Create 3D entities - Box, Sphere, Plane, Torus, Cylinder.
- Perform processing of 3D models and attributes.
- Perform transformation, translation, rotation & scaling of 3D objects.
- Convert 3D files to other format.
- Convert whole of the 3D file or convert a specific part only.
- Extract 3D scenes and export to various formats.
- Perform parametric modeling, 3D modeling & data processing.
- Create cloud-based folder structure & perform cloud-based conversion of 3D files.
- Extract 3D raw data from PDF. Password-protected 3D PDF files are supported as well.
- Supports working with triangulate meshes, triangulate whole or part of the 3D scene.
- Remove 3D objects from a scene.
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
HTML
- Added support to read/write more file formats.
- Added support for HTML file format conversion.
- New feature added to Triangulate part of the scene (Specified by OAP) and save the scene to a different file.
Register an account atAspose Cloud Dashboard to get you application information. Next, executepip install aspose3dcloud
from the command line to fetch the SDK. You are all set!
# Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).threeDCloudApi=asposethreedcloudapi.ThreeDCloudApi("client_credentials","MY_CLIENT_ID","MY_CLIENT_SECRET")name="oaptest.fbx"newformat="pdf"newfilename="oaptest.pdf"folder="3DTest"isOverwrite="true"storage="My_Storage_Name"result=threeDCloudApi.post_convert_by_format(name,newformat,newfilename,folder=folder,is_overwrite=isOverwrite)
.NET | Java | PHP | Python | Ruby | Node.js | Swift | Perl | GO |
---|---|---|---|---|---|---|---|---|
GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub |
NuGet | Maven | Composer | PIP | GEM | NPM | POD | CPAN | GO |
Home |Product Page |Documentation |Live Demo |API Reference |Code Samples |Blog |Free Support |Free Trial
About
Python SDK to communicate with Aspose.3D REST API. Create, Edit or Convert 3D Files & Objects in Cloud.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.