VolMesh3gs.halfface_normal

VolMesh3gs.halfface_normal(face, unitized=True)

Compute the oriented normal of a face.

Parameters
  • face (int) – The identifier of the face.

  • unitized (bool, optional) – If True, unitize the normal vector.

Returns

list[float] – The components of the normal vector.