grains.salome.FaceMesh

class grains.salome.FaceMesh(face_mesh, name, on_face)[source]

Mesh on a face, part of the whole mesh.

Parameters
  • face_mesh (smeshBuilder.Mesh.GroupOnGeom) – The main Salome object wrapped by this class.

  • name (str) – Name of the face mesh.

  • on_face (Face) – Geometrical face on which this mesh exists.

__init__(face_mesh, name, on_face)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(face_mesh, name, on_face)

Initialize self.

elements()

Retrieves the elements of the face mesh.

nodes()

Retrieves the nodes of the face mesh.