Are Hoops IDs deterministic when converting to SCS from STEP file

When converting the exact same STEP file to SCS file, are the hoops offsets and naming the same when the SCS file is generated and loaded?

Basically I want to know if the tree structure of the SCS file is exactly the same, if the same STEP file is converted multiple times.

Thanks!

Hello @mark.aronin,

Yes, the node IDs are persistent in the Stream Cache for a given model. More information is provided in our docs on this topic. The relevant description is:

Also it’s important to note that when the data is stored in the StreamCache, IDs will still stay the same, which means that the IDs created during authoring, the IDs in the XML, and the IDs returned in the web client will be the same.