Properties |
Methods |
The vertex in a geometric model.
The Vertex object represents a vertex in the geometry model. It is derived from the Shape object and inherits all its methods and properties. In addition, the Vertex object offers some properties specific to the vertex. All these properties are read-only.
Point property |
Returns vertex coordinates as Point. |
Edges property |
Returns the collection of edges that are adjacent to the vertex ordered clockwise as ShapeRange. |