VolMesh.face_points
- VolMesh.face_points(face)[source]
Compute the points of the vertices of a face.
- Parameters:
- faceint
The identifier of the face.
- Returns:
- list[
compas.geometry.Point
] The points of the vertices of the face.
- list[
See also
Site Navigation
Compute the points of the vertices of a face.
The identifier of the face.
compas.geometry.Point
]The points of the vertices of the face.
See also