Click or drag to resize
CTINCreate Method
This method creates a TIN object.

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
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.
Syntax
public static CTIN Create(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X positions
oVV2
Type: GeoEngine.Core.GXNetCVV
Y positions
oVV3
Type: GeoEngine.Core.GXNetCVV
Z values (optional)

Return Value

Type: CTIN
TIN Object
See Also