SolidUtils.FindAllEdgeEndPointsAtVertex
Method
Description:
Find all EdgeEndPoints at a vertex identified by the input EdgeEndPoint.
Find all EdgeEndPoints at a vertex identified by the input EdgeEndPoint.
Parameters
Parameter | Type | Description |
---|---|---|
edgeEndPoint | EdgeEndPoint | The input EdgeEndPoint that identifies the vertex. |
Return Value
Type | Description |
---|---|
IList | All EdgeEndPoints at the vertex. The input EdgeEndPoint is also included. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | Failed to find all EdgeEndPoints at a vertex identified by the input EdgeEndPoint. |