Block.face_points
- Block.face_points(fkey)
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[
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.