<Code Lib>
2021 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
)

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

Loading…