VrepClient.add_meshes

VrepClient.add_meshes(meshes)[source]

Adds meshes to the 3D scene.

Parameters

meshes (list of compas.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.