ForceVolMesh.halfface_coordinates
- ForceVolMesh.halfface_coordinates(face)
 Compute the coordinates of the vertices of a face.
- Parameters
 face (int) – The identifier of the face.
axes (str, optional) – The axes alon which to take the coordinates. Should be a combination of
'x','y','z'. Default is'xyz'.
- Returns
 list of list – The coordinates of the vertices of the face.