FindAllEdgeEndPointsAtVertex Method


Solid Utils Find All Edge End Points At Vertex Method

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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static IList<EdgeEndPoint> FindAllEdgeEndPointsAtVertex(
	EdgeEndPoint edgeEndPoint
)

Parameters

edgeEndPoint EdgeEndPoint
The input EdgeEndPoint that identifies the vertex.

Return Value

IList EdgeEndPoint
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.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →