Edge public class Edge : DesignScriptEntity Documentation Code public Face[] AdjacentFaces { get; } The Faces adjacent to this Edge public Curve CurveGeometry { get; } The underlying Curve making up the Edge public Vertex EndVertex { get; } The Vertex at which this Edge ends public Vertex StartVertex { get; } The Vertex at which this Edge starts