Gets the first edge of the triangle running from vertex 2 to vertex 3.

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

Syntax

C#
public Edge Edge1 { get; }
Visual Basic (Declaration)
Public ReadOnly Property Edge1 As Edge
Visual C++
public:
property Edge^ Edge1 {
	Edge^ get ();
}

Field Value

The first edge of the triangle.

Remarks

The first edge runs from Vertex2 to Vertex3

The first edge is opposite to Vertex1.

See Also