<div dir="ltr">Hi everyone,<div><br></div><div>I understand that in h5m, every entity is associated with a GLOBAL_ID. This ID is specified in the GLOBAL_ID array of the tags groups associated with, e.g., nodes or elements.</div><div><br></div><div>Now, I see that that in the example [1], the GLOBAL_ID array for nodes is</div><div>```</div><div>1 2 3 ... 409</div><div>```</div><div>and for elements it's</div><div>```</div><div>0 ... 758</div><div>```</div><div>To resolve the conflicts, the connectivity dataset of elements as the attribute `start_id = 410`, so I can just add that value to the above IDs and have them globally unique.</div><div><br></div><div>What's confusing me is that coordinates dataset of nodes also has an attribute `start_id` and it's value is `1`! So, no adding to GLOBAL_ID array in this case, for some reason?</div><div><br></div><div>Cheers,</div><div>Nico</div><div><br></div><div><br></div><div>[1] <a href="http://chunk.io/f/d24c8c0a3ebc413bbd7c40209767a21c">http://chunk.io/f/d24c8c0a3ebc413bbd7c40209767a21c</a></div></div>