interface (method)

interface(self, other_mesh)[source]

Define a MeshMat object corresponding to the exact intersection between two meshes (points must be in both meshes).

Parameters
  • self (MeshMat) – a Mesh object

  • other_mesh (Mesh) –

    an other Mesh object

    Returns

  • -------