JT version 9.5 metadata

Hello,

I am wondering if aspose.3d for .net has the ability to read metadata from JT 9.5 files. This metadata should be contained in the metadata segment specified in the JT specification: https://www.plm.automation.siemens.com/en_us/Images/JT-v10-file-format-reference-rev-B_tcm1023-233786.pdf

When viewing a JT file in JT2Go, right clicking on a part of the assembly and selecting properties → attributes will display the metadata I need.

The files I am working with are not allowed to be shared, and I couldn’t find any example JT 9.5 files. Sorry!

@ajharf

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): THREEDNET-1578

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@ajharf

Our parser skipped many metadata, but the good news is that we’re working on JT 10’s support these months, and we’ve almost refactored all JT related parsing code, meta data like PMI data are now under development, which can be available when code is stable enough soon.

JT 8, JT 9, JT 10’s file structure are all different, and the official specification contains quite a lot of incorrect definitions, we have to reverse engineer these data structures hand by hand and one by one, it might takes some time to stabilize the support of all versions.