Gets the third edge of the triangle.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

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

Remarks

  1. The Edge3 is composed of the triangle's Vertex3 and Vertex1.
  2. The Vertex1 of Edge3 is Vertex3 of the triangle and Vertex2 of Edge3 is Vertex1 of the triangle.

See Also