Browse our Products

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.

 

Aspose.3D for .NET 24.3 (DLLs only)

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 6.41MB
  • Date Added:
  • 26/3/2024

Description

It contains Aspose.3D for .NET 24.3 release (DLLs-only).

File Details

Elevate your .NET development experience with Aspose.3D for .NET 24.3 (DLLs-only package). This update equips you with advanced mesh optimization and flexible file system management.

Mesh Optimization Enhancements

.NET developers can experience finer control over tolerance levels for control points, normals, and UVs, enabling efficient memory usage with the new Mesh.Optimize method.

FBX Compatibility

The latest update to the C# 3D apps API lets you reconstruct PBR materials from FBX files with non-standard definitions and expand import functionality.

File System APIs

Seamlessly create local, memory-based, or dummy file systems for streamlined file operations within your 3D document processing solutions. The following code example highlights this functionality in C#:


    var inputFile = "input.fbx";
    var format = FileFormat.Detect(inputFile);
    //create a load options instance and specify a local file system
    var opt = format.CreateLoadOptions();
    opt.FileSystem = FileSystem.CreateLocalFileSystem("textures/");
    //load the file
    var scene = Scene.FromFile(inputFile, opt);

Source*

Changes to the Public API

We have introduced various new API members and removed a few others to enhance the overall user experience and stability for .NET developers.

You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.3D for .NET 24.3 Release Notes.

 English