Click or drag to resize
CTINGetNodes Method
Get the X,Y locations and Z values of the TIN nodes.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
If this is not a Z-valued TIN, the Z values will be dummies.
Syntax
public void GetNodes(
	CVV vvx,
	CVV vvy,
	CVV vvz
)

Parameters

vvx
Type: GeoEngine.Core.GXNetXCVV
X VV
vvy
Type: GeoEngine.Core.GXNetXCVV
Y VV
vvz
Type: GeoEngine.Core.GXNetXCVV
Z VV
See Also