RVTDocs.com
Namespace: Autodesk.Revit.DB Class: SolidUtils

SolidUtils.FindAllEdgeEndPointsAtVertex

Method
Description:
Find all EdgeEndPoints at a vertex identified by the input EdgeEndPoint.
Syntax
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.