Click or drag to resize

CTINCreate Method

This method creates a TIN object.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CTIN Create(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

public static CTIN Create(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetCVV
X positions
vv_y
Type: GeoEngine.Core.GXNetCVV
Y positions
vv_z
Type: GeoEngine.Core.GXNetCVV
Z values (optional)

Return Value

Type: CTIN
TIN Object
Remarks
CreateTIN does the TIN calculation. The Z values are not required, and a 0-length VV can be used to indicate the values are not to be used.
See Also