Retrieving Metadata During Model Shattering in SCS

We are currently shattering a large model into SCS format. While we are able to retrieve the model hierarchy information from the generated XML, we could not find any reference for accessing the associated metadata at that stage.

Is there a way to extract or include metadata during the shattering process in SCS, or any recommended approach to retrieve it at that point?

Thanks,

Once the XML has been generated, you can use an XML parser of your choice to traverse the XML hierarchy.

It’s possible to get the metadata in the Web Viewer. Please see informaton in our docs on this topic.

Also, please take a look at the various --sc_export_* options as part of Converter, such as --sc_export_attributes.