RhinoVolMeshObject.modify_vertices
- RhinoVolMeshObject.modify_vertices(vertices, names=None)[source]
Update the attributes of selected vertices.
- Parameters:
vertices (list) – The vertices of the vertices of which the attributes should be updated.
names (list, optional) – The names of the attributes that should be updated. Default is to update all available attributes.
- Returns:
bool – True if the attributes were successfully updated. False otherwise.