How to assign UUID

How to assign UUID

  1. UUIDs are set to scene graph elements using SetUuid() method. Uuid() method can be used to get UUID.
  2. CreateRandom() method can set random UUIDs.
  3. AssignUuids() method assigns UUIDs to multiple elements in the scene graph.
  4. If you're looking for ModelData_Shape ID, use ModelData_BRepRepresentation::ShapeId() to get it.