Mesh.face_plane

Mesh.face_plane(face)[source]

A plane defined by the centroid and the normal of the face.

Parameters

face (int) – The face identifier.

Returns

  • list[float] – The base point of the plane.

  • list[float] – The normal vector of the plane.