I am currently working with the 7.8.2 dev C++ version and Visual Studio 2022 to extract meaningful data from STEP files and convert it into other formats.
As shown in the image below, some STEP files contain a line(s) with an MEASURE_REPRESENTATION_ITEM command. I intend to extract data defined in that line, such as volume measure, area measure, center point, etc., and associate the extracted data with the corresponding TDF_Label(s).
The UDA extraction feature, available from version 7.8.2 dev, does not process the above data.
I would appreciate it if you could provide relevant example links or code.
When I convert 'toycar_assy.stp' file through the commercial CAD software, a few attributes are found, which do not belong to the UDA and Validation property classification: Local Unit, MakeOrBuy, ProductDefinition, ProductID, ProductName.