SurfaceMesh.nearBoundary()

Lives in: pygamer.surfacemesh

SurfaceMesh.nearBoundary(*args, **kwargs)

Overloaded function.

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

    Check if a vertex is near a boundary.

    Args:

    SimplexID (VertexID): VertexID to check.

    Returns:

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

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

    Check if an edge is near a boundary.

    Args:

    SimplexID (EdgeID): EdgeID to check.

    Returns:

    bool: True if edge is a boundary.

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

    Check if a face is near a boundary.

    Args:

    SimplexID (FaceID): FaceID to check.

    Returns:

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