Vertex public class Vertex : DesignScriptEntity Documentation Code public Edge[] AdjacentEdges { get; } The Edges emanating from this Vertex public Face[] AdjacentFaces { get; } The Faces adjacent to this Vertex public Point PointGeometry { get; } The Point where this Vertex is located