VolMesh.vertex_point
- VolMesh.vertex_point(vertex)[source]
Return the point representation of a vertex.
- Parameters:
- vertexint
The identifier of the vertex.
- Returns:
compas.geometry.Point
The point.
See also
vertex_laplacian()
,vertex_neighborhood_centroid()