<Code Lib>
2025 Method
Changes 1
M

SolidUtils.FindAllEdgeEndPointsAtVertex

Description:
Find all EdgeEndPoints at a vertex identified by the input EdgeEndPoint.

public static IList<EdgeEndPoint> FindAllEdgeEndPointsAtVertex(
	EdgeEndPoint edgeEndPoint
)

  • edgeEndPoint
    The input EdgeEndPoint that identifies the vertex.
Return Value IList<EdgeEndPoint> All EdgeEndPoints at the vertex. The input EdgeEndPoint is also included.

Loading…