VrepClient.remove_meshes

VrepClient.remove_meshes(mesh_handles)[source]

Removes meshes from the 3D scene.

This is functionally identical to remove_objects, but it’s here for symmetry reasons.

Parameters

mesh_handles (list of int) – Object handles to remove.