Browse our Products Toggle navigation
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
Linux developers can integrate the features introduced in Aspose.3D for Python via .NET 24.2.0 to upgrade their 3D document processing apps running on Linux.
Effortlessly manage large OBJ files when converting them to the glTF file format. With this Python 3D API version, you can convert your OBJ files to glTF format accurately.
Aspose.3D for Python via .NET 24.2.0 includes .NET 8.0 framework support which enables Python developers to develop 3D apps for Linux systems by targeting their favorite framework and enhancing compatibility.
FBX export functionality has been upgraded in this API release. It now possesses transformation data for skeleton nodes, which ensures accurate representation.
The new add_triangle() function in the latest release for Linux machines provides finer control over TriMesh objects by providing manual triangle addition.
add_triangle()
TriMesh
Streamline mesh manipulation using the newly added triangulate() function in the Mesh class by automatically converting polygons into triangles. The following code example highlights the method usage:
triangulate()
Mesh
# The plane mesh has only one polygon with 4 control points mesh = Plane().to_mesh() # After triangulated, the new mesh's rectangle will become 2 triangles. triangulated = mesh.triangulate()
Source*
You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.3D for Python via .NET 24.2.0 Release Notes.