VrepClient.add_meshes
-
VrepClient.add_meshes(meshes)[source] Adds meshes to the 3D scene.
- Parameters
meshes (
listofcompas.datastructures.Mesh) – List of meshes to add to the current simulation scene.- Returns
list – List of object handles (identifiers) assigned to the meshes.
Note
All meshes are automatically removed from the scene when the simulation ends.