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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
If this is not a Z-valued TIN, the Z values will be dummies.
Syntax
public void GetNodes(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X VV
oVV2
Type: GeoEngine.Core.GXNetCVV
Y VV
oVV3
Type: GeoEngine.Core.GXNetCVV
Z VV
See Also