IEdgeEntity public interface IEdgeEntity : IDesignScriptEntity, IDisposable Documentation Code IFaceEntity[] AdjacentFaces { get; } The Faces adjacent to this Edge ICurveEntity CurveGeometry { get; } The underlying Curve making up the Edge IVertexEntity EndVertex { get; } The Vertex at which this Edge ends IVertexEntity StartVertex { get; } The Vertex at which this Edge starts