TinSurfaceTriangleEdge3 Property |
Gets the third edge of the triangle.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic TinSurfaceEdge Edge3 { get; }
Public ReadOnly Property Edge3 As TinSurfaceEdge
Get
public:
property TinSurfaceEdge^ Edge3 {
TinSurfaceEdge^ get ();
}
Property Value
TinSurfaceEdge
Remarks- The Edge3 is composed of the triangle's Vertex3 and Vertex1.
- The Vertex1 of Edge3 is Vertex3 of the triangle and Vertex2 of Edge3 is Vertex1 of the triangle.
See Also