TetMesh.getName()

Lives in: pygamer.tetmesh

TetMesh.getName(*args, **kwargs)

Overloaded function.

  1. getName(self: pygamer.tetmesh.TetMesh, arg0: pygamer.tetmesh.VertexID) -> List[int[1]]

    Get the name of the vertex.

    Args:

    SimplexID (VertexID): VertexID to get the name of.

    Returns:

    list: Name of the vertex.

  2. getName(self: pygamer.tetmesh.TetMesh, arg0: pygamer.tetmesh.EdgeID) -> List[int[2]]

    Get the name of the edge.

    Args:

    SimplexID (EdgeID): EdgeID to get the name of.

    Returns:

    list: List of vertex indices which make up the edge.

  3. getName(self: pygamer.tetmesh.TetMesh, arg0: pygamer.tetmesh.FaceID) -> List[int[3]]

    Get the name of the face.

    Args:

    SimplexID (FaceID): FaceID to get the name of.

    Returns:

    list: List of vertex indices which make up the face.

  4. getName(self: pygamer.tetmesh.TetMesh, arg0: pygamer.tetmesh.CellID) -> List[int[4]]

    Get the name of the cell.

    Args:

    SimplexID (CellID): CellID to get the name of.

    Returns:

    list: List of vertex indices which make up the cell.