This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinTriangle Interface > ITinTriangle.QueryNormal Method (ArcObjects .NET 10.5 SDK) |
The vector normal to the specified triangle.
[Visual Basic .NET] Public Sub QueryNormal ( _ ByVal pNormal As IVector3D _ )
[C#] public void QueryNormal ( IVector3D pNormal );
[C++]
HRESULT QueryNormal(
IVector3D* pNormal
);
[C++]
Parameters pNormal
pNormal is a parameter of type IVector3D
You must pass an existing, pre-instantiated, IVector3D object. The X, Y, and Z component values of the vector orthogonal to the plane defined by the triangle will be written to the passed vector.
The magnitude of the vector is set relative to the size of the triangle.