SurfaceMesh.getName()

Lives in: pygamer.surfacemesh

SurfaceMesh.getName(*args, **kwargs)

Overloaded function.

  1. getName(self: pygamer.surfacemesh.SurfaceMesh, arg0: pygamer.surfacemesh.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.surfacemesh.SurfaceMesh, arg0: pygamer.surfacemesh.EdgeID) -> List[int[2]]

    Get the name of the edge.

    Args:

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

    Returns:

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

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

    Get the name of the face.

    Args:

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

    Returns:

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