CellNetwork.face_normal
- CellNetwork.face_normal(face, unitized=True)[source]
Compute the oriented normal of a face.
- Parameters:
- faceint
The identifier of the face.
- unitizedbool, optional
If True, unitize the normal vector.
- Returns:
compas.geometry.Vector
The normal vector.
See also