MeshObject.move_vertices
- MeshObject.move_vertices(vertices)[source]
Move a multiple vertices of the mesh object and update the data structure accordingly.
- Parameters
vertices (list of int) – The identifiers of the vertices.
- Returns
bool – True if the operation was successful. False otherwise.