This document is archived and information here might be outdated. Recommended version. |
Returns all triangles sharing the node.
[Visual Basic .NET] Public Sub QueryIncidentTriangleIndices ( _ ByVal pTriangles As ILongArray _ )
[C#] public void QueryIncidentTriangleIndices ( ILongArray pTriangles );
[C++]
HRESULT QueryIncidentTriangleIndices(
ILongArray* pTriangles
);
[C++] Parameters pTriangles
pTriangles is a parameter of type ILongArray*
Returns indices for triangles incident to the node.
The passed object that implements ILongArray must have already been instantiated.