This document is archived and information here might be outdated. Recommended version. |
The z-coordinate of the specified node.
[Visual Basic .NET]
Public ReadOnly Property Z As Double
[C#]
public double Z {get;}
[C++]
HRESULT get_Z(
System.Double* Z
);
[C++] Parameters Z [out, retval]
Z is a parameter of type double*
The super nodes of a TIN have a Z value equal to NODATA. Mathmatical operations cannot be performed on NODATA. You can check this case by passing the Z to ITinAdvanced.IsVoidZ, ISurface.IsVoidZ, or ITinSurface.IsVoidZ for evaluation.
A super node is one of four nodes added by the software when a TIN is initially created (ITinEdit.InitNew). They reside far outside the declared data extent and are used to define an initial triangulation before user data gets added. Triangles incident to these nodes are always flagged as being outside the TIN's interpolation zone or data area.