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

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
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(
	CGXNETCore gxNetShared,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_x
Type: GeoEngine.Core.GXNetXCVV
X positions
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y positions
vv_z
Type: GeoEngine.Core.GXNetXCVV
Z values (optional)

Return Value

Type: CTIN
TIN Object
See Also