Mesh.face_points
- Mesh.face_points(fkey)[source]
Compute the points of the vertices of a face.
- Parameters:
- fkeyint
The identifier of the face.
- Returns:
- list[
compas.geometry.Point
] The points of the vertices of the face.
- list[
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.