Click or drag to resize

CTINGetNodes Method

Get the X,Y locations and Z values of the TIN nodes.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetNodes(
	CVV vvx,
	CVV vvy,
	CVV vvz
)

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
Remarks
If this is not a Z-valued TIN, the Z values will be dummies.
See Also