This document is archived and information here might be outdated. Recommended version. |
Queries the points equal to the nodes of the triangle referenced by the index.
[Visual Basic .NET] Public Sub QueryTriangleAsWKSPointZs ( _ ByVal Index As Integer, _ ByRef pPi As WKSPointZ, _ ByRef pPj As WKSPointZ, _ ByRef pPk As WKSPointZ _ )
[C#] public void QueryTriangleAsWKSPointZs ( int Index, ref WKSPointZ pPi, ref WKSPointZ pPj, ref WKSPointZ pPk );
[C++]
HRESULT QueryTriangleAsWKSPointZs(
long Index,
WKSPointZ* pPi,
WKSPointZ* pPj,
WKSPointZ* pPk
);
[C++] Parameters Index [in]
Index is a parameter of type long pPi [out]
pPi is a parameter of type WKSPointZ* pPj [out]
pPj is a parameter of type WKSPointZ* pPk [out]
pPk is a parameter of type WKSPointZ*