Aspose.3D for .NET 18.5 - May 2018

Other Improvements and Changes

KeySummaryCategory
THREEDNET-386Siemens JT Version 8 import supportNew Feature
THREEDNET-349Investigation: Collada is missing Material IDEnhancement
THREEDNET-392Incorrect Quaternion and Euler angle rotationBug
THREEDNET-382RVM to FBX - incomplete export of multi-site RVMBug

Public API and Backwards Incompatible Changes

See the list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.3D for .NET. If you have concerns about any change listed, please raise it on the Aspose.3D support forum.

API changes

The new feature adds support of importing Siemens JT Version 8.

Adds SiemensJT8 member to Aspose.ThreeD.FileFormat class

Definition - C#

 /// <summary>

/// Siemens JT File Version 8

/// </summary>

public static readonly Aspose.ThreeD.FileFormat SiemensJT8;

Adds SiemensJT member to Aspose.ThreeD.FileFormatType class

Definition - C#

 /// <summary>

/// Siemens JT File Version 8

/// </summary>

public static Aspose.ThreeD.FileFormatType SiemensJT;