Using HoopsExchange and Publish interface A3DAsmModelFileExportToSCSFile export to scs, how to generate the corresponding ProductOccurence Id="" sc node id

Hi Rui,Zhang03

There is a case that Node IDs are changed at run time to avoid duplication.
i.e.)
Load multiple SCS files using loadSubterrFromScsFile

I’ve posted a sample of entity mapping between Exchange and Communicator here:

In this sample, I add traversed body order / ID as an attribute before exporting SC and get it in HC using WebViewer API.
It can also add face and edge traversed ID as an attribute, however it is same with face and line ID of Communicator. (faceElement.getCadFaceIndex and lineElement.getLineId) So I don’t use the attribute of faces and edges in this sample.

This sample can be applied to SCS case.

Toshi

2 Likes