This document is archived and information here might be outdated. Recommended version. |
Returns all triangles sharing the specified node.
[Visual Basic .NET] Public Function GetIncidentTriangles ( _ ) As ITinTriangleArray
[C#] public ITinTriangleArray GetIncidentTriangles ( );
[C++]
HRESULT GetIncidentTriangles(
void
);
The returned TinTriangleArray will contain the set of triangles that are incident to, or surround, the given node. In other words, this node belongs to, and is referenced by, every triangle returned.