IVertexEntity public interface IVertexEntity : IDesignScriptEntity, IDisposable Documentation Code IEdgeEntity[] AdjacentEdges { get; } The Edges emanating from this Vertex IFaceEntity[] AdjacentFaces { get; } The Faces adjacent to this Vertex IPointEntity PointGeometry { get; } The Point where this Vertex is located