SurfaceMesh.onBoundary()

Lives in: pygamer.surfacemesh

SurfaceMesh.onBoundary(*args, **kwargs)

Overloaded function.

  1. onBoundary(self: pygamer.surfacemesh.SurfaceMesh, arg0: pygamer.surfacemesh.VertexID) -> bool

    Check if a vertex is on a boundary.

    Args:

    SimplexID (VertexID): VertexID to check.

    Returns:

    bool: True if vertex is a member of an edge on a boundary.

  2. onBoundary(self: pygamer.surfacemesh.SurfaceMesh, arg0: pygamer.surfacemesh.EdgeID) -> bool

    Check if an edge is on a boundary.

    Args:

    SimplexID (EdgeID): EdgeID to check.

    Returns:

    bool: True if edge is a boundary.

  3. onBoundary(self: pygamer.surfacemesh.SurfaceMesh, arg0: pygamer.surfacemesh.FaceID) -> bool

    Check if a face is on a boundary.

    Args:

    SimplexID (FaceID): FaceID to check.

    Returns:

    bool: True if face has an edge on a boundary.