TinSurfaceTriangleEdge1 Property

Gets the first edge of the triangle.

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

Property Value

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