Gets the third edge of the triangle running from vertex 1 to vertex 2.

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

Syntax

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

Field Value

The third edge of the triangle.

Remarks

The third edge runs from Vertex1 to Vertex2

The third edge is opposite to Vertex3.

See Also