Block.set_vertex_point

Block.set_vertex_point(vertex, point)

Set the point of a vertex.

Parameters:
vertexint

The identifier of the vertex.

pointcompas.geometry.Point

The point to set.

Returns:
None