dtcc.Scene.update_ids(mesh_wrp: MeshWrapper, next_id)[source]

Update IDs of a mesh wrapper’s parts.

Parameters:
mesh_wrp : MeshWrapper

MeshWrapper object whose part IDs need to be updated.

next_id : int

The next ID to be assigned.

Returns:

The updated next ID after assigning IDs to the mesh wrapper’s parts.

Return type:

int