A 3d edge.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

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

Remarks

An edge is a line with start and end point. Identical start and end points are feasible.

Inheritance Hierarchy

System..::.Object
  ceometric.VectorGeometry..::.Edge

See Also