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
compas
compas_blender
compas_ghpython
compas_rhino
Set the point of a vertex.
The identifier of the vertex.
compas.geometry.Point
The point to set.