RhinoMeshObject.move_vertices

RhinoMeshObject.move_vertices(vertices)[source]

Move a multiple vertices of the mesh object and update the data structure accordingly.

Parameters:

vertices (list[int]) – The identifiers of the vertices.

Returns:

bool – True if the operation was successful. False otherwise.