This document is archived and information here might be outdated. Recommended version. |
The vertices of the specified triangle as point features.
[Visual Basic .NET] Public Sub QueryVertices ( _ ByRef pPi As WKSPointZ, _ ByRef pPj As WKSPointZ, _ ByRef pPk As WKSPointZ _ )
[C#] public void QueryVertices ( ref WKSPointZ pPi, ref WKSPointZ pPj, ref WKSPointZ pPk );
[C++]
HRESULT QueryVertices(
WKSPointZ* pPi,
WKSPointZ* pPj,
WKSPointZ* pPk
);
[C++] Parameters 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*
Writes the X, Y, and Z coordinates of a triangle's nodes to WKSPointZ variables.