Product description
==================================
`Product Page <https://products.aspose.com/3d/python-net>`_ | `Docs <https://docs.aspose.com/3d/python-net/>`_ | `Demos <https://products.aspose.app/3d/family/>`_ | `Blog <https://blog.aspose.com/category/3d/>`_ | `Code Samples <https://github.com/aspose-3d/Aspose.3D-for-Python-via-.NET>`_ | `Free Support <https://forum.aspose.com/c/3d>`_ | `Temporary License <https://purchase.aspose.com/temporary-license>`_ | `EULA <https://company.aspose.com/legal/eula>`_
Try our `free online apps <https://products.aspose.app/3d/family>`_ demonstrating some of the most popular Aspose.Words functionality.
Aspose.3D for Python via .NET is a cross-platform class library that enables your applications to connect with prevalent 3D document formats automatically without the 3D modeling and rendering software being installed on the server. Aspose.3D API lets engineers read, convert, build, alter and control the substance of the 3D document formats.
3D API Features
-------------------------
Aspose.3D offers a wide arrange of features for creating, reading, manipulating and saving 3D files:
* Build the mesh of various 3D geometric shapes
* Create a 3D scene document
* Set up normals or UV on the Cube
* Format elements using 3D Transformations
* Share Mesh's geometry data between the multiple nodes
* Add Animation property to 3D scene document
Performance and Scalability
-----------------------------------
Aspose.3D for Python via .NET is designed to perform equally well on the server or client-side. Aspose.3D for Python via .NET is a single .NET library that can be deployed with any .NET application by simply copying it. You do not have to worry about other services or modules.
Supported Document Formats
-----------------------------------
Aspose.3D for Python supports `a wide range of formats for loading and saving documents <https://docs.aspose.com/3d/python-net/supported-file-formats/>`_, some of them are listed below:
**Game**: 3DS, ASE, DAE, FBX, U3D, X
**VR/AR**: USD, USDZ, VRML
**CAD**: DXF, RVM, JT
**Web and PDF**: HTML5, glTF, glB, PDF
**3D Printing**: 3MF, AMF, OBJ, STL,
**Point Cloud**: XYZ, OBJ, PLY, PCD
Detect 3D Format Programming Sample
-------------------------------------------
.. code-block:: python
import aspose.threed as a3d
# For complete examples and data files, please go to https://github.com/aspose-3d/Aspose.3D-for-.NET
# Detect the format of a 3D file
inputFormat = a3d.FileFormat.detect("document.fbx");
# Display the file format
print("File Format: " + str(inputFormat))
Creating a 3D Scene Document: Programming Samples
--------------------------------------------------
.. code-block:: python
import aspose.threed as a3d
# For complete examples and data files, please go to https://github.com/aspose-3d/Aspose.3D-for-.NET
# The path to the documents directory.
# Create an object of the Scene class
scene = a3d.Scene()
# Save 3D scene document
scene.Save("document.fbx", a3d.FileFormat.FBX7500ASCII)
Create a 3D PDF with a Cylinder
------------------------------------------------
.. code-block:: python
from aspose.threed import Scene
from aspose.threed.entities import Cylinder
from aspose.threed.shading import PhongMaterial
from aspose.threed.formats import PdfSaveOptions, PdfLightingScheme, PdfRenderMode
# Create a new scene
scene = Scene()
# Create a cylinder child node
cylinder = scene.root_node.create_child_node("cylinder", Cylinder())
cylinder.material = PhongMaterial()
# Set rendering mode and lighting scheme
opt = PdfSaveOptions()
opt.lighting_scheme = PdfLightingScheme.CAD
opt.render_mode = PdfRenderMode.SHADED_ILLUSTRATION
# Save in the PDF format
scene.save("output_out.pdf", opt)
`Product Page <https://products.aspose.com/3d/python-net>`_ | `Docs <https://docs.aspose.com/3d/python-net/>`_ | `Demos <https://products.aspose.app/3d/family/>`_ | `Blog <https://blog.aspose.com/category/3d/>`_ | `Code Samples <https://github.com/aspose-3d/Aspose.3D-for-Python-via-.NET>`_ | `Free Support <https://forum.aspose.com/c/3d>`_ | `Temporary License <https://purchase.aspose.com/temporary-license>`_ | `EULA <https://company.aspose.com/legal/eula>`_
Raw data
{
"_id": null,
"home_page": "https://products.aspose.com/3d/",
"name": "aspose-3d",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.12,>=3.5",
"maintainer_email": null,
"keywords": "usdz, usd, vrml, 3ds, ase, dae, fbx, u3d, x, dxf, rvm, jt, maya, blender, html5, gltf, glb, pdf, 3mf, amf, obj, stl, xyz, obj, ply, pcd, 3d, modeling, conversion, mesh, vr, ar, geometry, ",
"author": "aspose-3d",
"author_email": null,
"download_url": null,
"platform": "linux_x86_64",
"description": "Product description \n==================================\n\n\n`Product Page <https://products.aspose.com/3d/python-net>`_ | `Docs <https://docs.aspose.com/3d/python-net/>`_ | `Demos <https://products.aspose.app/3d/family/>`_ | `Blog <https://blog.aspose.com/category/3d/>`_ | `Code Samples <https://github.com/aspose-3d/Aspose.3D-for-Python-via-.NET>`_ | `Free Support <https://forum.aspose.com/c/3d>`_ | `Temporary License <https://purchase.aspose.com/temporary-license>`_ | `EULA <https://company.aspose.com/legal/eula>`_\n\nTry our `free online apps <https://products.aspose.app/3d/family>`_ demonstrating some of the most popular Aspose.Words functionality.\n\nAspose.3D for Python via .NET is a cross-platform class library that enables your applications to connect with prevalent 3D document formats automatically without the 3D modeling and rendering software being installed on the server. Aspose.3D API lets engineers read, convert, build, alter and control the substance of the 3D document formats.\n\n\n\n3D API Features\n-------------------------\n\nAspose.3D offers a wide arrange of features for creating, reading, manipulating and saving 3D files:\n\n* Build the mesh of various 3D geometric shapes\n* Create a 3D scene document\n* Set up normals or UV on the Cube\n* Format elements using 3D Transformations\n* Share Mesh's geometry data between the multiple nodes\n* Add Animation property to 3D scene document\n\n\nPerformance and Scalability\n-----------------------------------\n\nAspose.3D for Python via .NET is designed to perform equally well on the server or client-side. Aspose.3D for Python via .NET is a single .NET library that can be deployed with any .NET application by simply copying it. You do not have to worry about other services or modules.\n\n\n\nSupported Document Formats\n-----------------------------------\n\n\nAspose.3D for Python supports `a wide range of formats for loading and saving documents <https://docs.aspose.com/3d/python-net/supported-file-formats/>`_, some of them are listed below: \n\n**Game**: 3DS, ASE, DAE, FBX, U3D, X\n**VR/AR**: USD, USDZ, VRML\n**CAD**: DXF, RVM, JT\n**Web and PDF**: HTML5, glTF, glB, PDF\n**3D Printing**: 3MF, AMF, OBJ, STL, \n**Point Cloud**: XYZ, OBJ, PLY, PCD\n\n\nDetect 3D Format Programming Sample \n-------------------------------------------\n\n.. code-block:: python\n\n import aspose.threed as a3d\n # For complete examples and data files, please go to https://github.com/aspose-3d/Aspose.3D-for-.NET\n # Detect the format of a 3D file\n inputFormat = a3d.FileFormat.detect(\"document.fbx\");\n # Display the file format\n print(\"File Format: \" + str(inputFormat))\n\n\nCreating a 3D Scene Document: Programming Samples \n--------------------------------------------------\n\n.. code-block:: python\n\n import aspose.threed as a3d\n # For complete examples and data files, please go to https://github.com/aspose-3d/Aspose.3D-for-.NET\n # The path to the documents directory.\n # Create an object of the Scene class\n scene = a3d.Scene()\n # Save 3D scene document\n scene.Save(\"document.fbx\", a3d.FileFormat.FBX7500ASCII)\n\n\nCreate a 3D PDF with a Cylinder\n------------------------------------------------\n\n.. code-block:: python\n\n from aspose.threed import Scene\n from aspose.threed.entities import Cylinder\n from aspose.threed.shading import PhongMaterial\n from aspose.threed.formats import PdfSaveOptions, PdfLightingScheme, PdfRenderMode\n # Create a new scene\n scene = Scene()\n # Create a cylinder child node\n cylinder = scene.root_node.create_child_node(\"cylinder\", Cylinder())\n cylinder.material = PhongMaterial()\n # Set rendering mode and lighting scheme\n opt = PdfSaveOptions()\n opt.lighting_scheme = PdfLightingScheme.CAD\n opt.render_mode = PdfRenderMode.SHADED_ILLUSTRATION\n # Save in the PDF format\n scene.save(\"output_out.pdf\", opt)\n\n\n\n`Product Page <https://products.aspose.com/3d/python-net>`_ | `Docs <https://docs.aspose.com/3d/python-net/>`_ | `Demos <https://products.aspose.app/3d/family/>`_ | `Blog <https://blog.aspose.com/category/3d/>`_ | `Code Samples <https://github.com/aspose-3d/Aspose.3D-for-Python-via-.NET>`_ | `Free Support <https://forum.aspose.com/c/3d>`_ | `Temporary License <https://purchase.aspose.com/temporary-license>`_ | `EULA <https://company.aspose.com/legal/eula>`_\n\n\n",
"bugtrack_url": null,
"license": "https://company.aspose.com/legal/eula",
"summary": "Aspose.3D for Python via .NET is a cross-platform class library that enables your applications to connect with prevalent 3D document formats automatically without the 3D modeling and rendering software being installed on the server. Aspose.3D API lets engineers read, convert, build, alter and control the substance of the 3D document formats.",
"version": "24.10.0",
"project_urls": {
"Homepage": "https://products.aspose.com/3d/"
},
"split_keywords": [
"usdz",
" usd",
" vrml",
" 3ds",
" ase",
" dae",
" fbx",
" u3d",
" x",
" dxf",
" rvm",
" jt",
" maya",
" blender",
" html5",
" gltf",
" glb",
" pdf",
" 3mf",
" amf",
" obj",
" stl",
" xyz",
" obj",
" ply",
" pcd",
" 3d",
" modeling",
" conversion",
" mesh",
" vr",
" ar",
" geometry",
" "
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f96e4a44db751ada65b7d04de84d8373ecd92b588e2d1dfb6cddde42d910cbc4",
"md5": "81574ea8188f15322e0cab344e096eb7",
"sha256": "a971e7f027bb3f91e5978875809f84ca9607721011723ff7709777a5c2f0578b"
},
"downloads": -1,
"filename": "aspose_3d-24.10.0-py3-none-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "81574ea8188f15322e0cab344e096eb7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.12,>=3.5",
"size": 53882689,
"upload_time": "2024-11-13T07:46:38",
"upload_time_iso_8601": "2024-11-13T07:46:38.854016Z",
"url": "https://files.pythonhosted.org/packages/f9/6e/4a44db751ada65b7d04de84d8373ecd92b588e2d1dfb6cddde42d910cbc4/aspose_3d-24.10.0-py3-none-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6675043fb5c980d57faffbaaacf7fb4494af51e36d3b930c0c3e89e0fe8dac20",
"md5": "cb707634d6d8f50d08cd09176e8fcdb2",
"sha256": "2e08309eb5e01635153f17ccf3e441b82814eb2570b18e120146f1f8b4714dcb"
},
"downloads": -1,
"filename": "aspose_3d-24.10.0-py3-none-manylinux1_x86_64.whl",
"has_sig": false,
"md5_digest": "cb707634d6d8f50d08cd09176e8fcdb2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.12,>=3.5",
"size": 48495440,
"upload_time": "2024-11-13T07:41:17",
"upload_time_iso_8601": "2024-11-13T07:41:17.850841Z",
"url": "https://files.pythonhosted.org/packages/66/75/043fb5c980d57faffbaaacf7fb4494af51e36d3b930c0c3e89e0fe8dac20/aspose_3d-24.10.0-py3-none-manylinux1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6c1c9ce8fdf36654a2cc757d01bc72561fa0afdabecbc36db8b06acf0d78e324",
"md5": "7dd74c89719132bb4ef72547fe988bfd",
"sha256": "8f3d4917989eb3cf35c88a255527b542b226f85a9a7a5d9da4cb0bc22f072452"
},
"downloads": -1,
"filename": "aspose_3d-24.10.0-py3-none-win32.whl",
"has_sig": false,
"md5_digest": "7dd74c89719132bb4ef72547fe988bfd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.12,>=3.5",
"size": 39191386,
"upload_time": "2024-11-13T07:42:30",
"upload_time_iso_8601": "2024-11-13T07:42:30.560734Z",
"url": "https://files.pythonhosted.org/packages/6c/1c/9ce8fdf36654a2cc757d01bc72561fa0afdabecbc36db8b06acf0d78e324/aspose_3d-24.10.0-py3-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "444b2a0382e9ad56adfd06633a6863d7cfb6b37cb41fc97cf89bf0afe97d826e",
"md5": "e361e483fa666c58801c0bffead72a9f",
"sha256": "52fd65a5e3be11ef9139fea474383e09959e6bd55ab267f30e00900d56a77510"
},
"downloads": -1,
"filename": "aspose_3d-24.10.0-py3-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "e361e483fa666c58801c0bffead72a9f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.12,>=3.5",
"size": 44805752,
"upload_time": "2024-11-13T07:44:25",
"upload_time_iso_8601": "2024-11-13T07:44:25.706933Z",
"url": "https://files.pythonhosted.org/packages/44/4b/2a0382e9ad56adfd06633a6863d7cfb6b37cb41fc97cf89bf0afe97d826e/aspose_3d-24.10.0-py3-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-13 07:46:38",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "aspose-3d"
}