CADability dotNET
Describes a vertex of an Edge. A vertex is the start or endpoint of an edge. It connects at least two edges but can belong to any number of edges.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public class Vertex : IComparable<Vertex>
Visual Basic
Public Class Vertex _
	Implements IComparable(Of Vertex)
Visual C++
public ref class Vertex : IComparable<Vertex^>

Inheritance Hierarchy

System..::..Object
  CADability..::..Vertex

See Also