TinSurfaceTriangleEdge2 Property

Gets the second edge of the triangle.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public TinSurfaceEdge Edge2 { get; }

Property Value

TinSurfaceEdge
Remarks
  1. The Edge2 is composed of the triangle's Vertex2 and Vertex3.
  2. The Vertex1 of Edge2 is Vertex2 of the triangle and Vertex2 of Edge2 is Vertex3 of the triangle.
See Also