This document is archived and information here might be outdated. Recommended version. |
Returns the next triangle sharing the FromNode of the specified edge in a counter-clockwise direction.
[Visual Basic .NET] Public Function GetPreviousInTriangle ( _ ) As ITinEdge
[C#] public ITinEdge GetPreviousInTriangle ( );
[C++]
HRESULT GetPreviousInTriangle(
void
);
Returns the previous edge in the triangle. The previous edge is counter-clockwise to this edge.