Mesh.set_vertex_point

Mesh.set_vertex_point(vertex, point)[source]

Set the point of a vertex.

Parameters:
vertexint

The identifier of the vertex.

pointcompas.geometry.Point

The point to set.

Returns:
None