SolidUtils.FindAllEdgeEndPointsAtVertex
Description:
Find all EdgeEndPoints at a vertex identified by the input EdgeEndPoint.
Find all EdgeEndPoints at a vertex identified by the input EdgeEndPoint.
public static IList<EdgeEndPoint> FindAllEdgeEndPointsAtVertex(
EdgeEndPoint edgeEndPoint
)
-
edgeEndPointThe input EdgeEndPoint that identifies the vertex.
Return Value
IList<EdgeEndPoint>
All EdgeEndPoints at the vertex. The input EdgeEndPoint is also included.
-
A non-optional argument was NULL
-
Failed to find all EdgeEndPoints at a vertex identified by the input EdgeEndPoint.