Mesh.set_vertex_point
- Mesh.set_vertex_point(vertex, point)[source]
Set the point of a vertex.
- Parameters:
- vertexint
The identifier of the vertex.
- point
compas.geometry.Point
The point to set.
- Returns:
- None
Site Navigation
Set the point of a vertex.
The identifier of the vertex.
compas.geometry.Point
The point to set.