Click or drag to resize
CTINGetJoins Method
Get joins from a TIN mesh.

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
The join information is returned in three VVs. - The joins VV is a list off the adjacent nodes for each node, arranged for 1st node, 2nd node etc. - The index VV gives the starting index in the joins VV for the adjacent nodes to each node. - The number VV gives the number of adjacent nodes for each node. All VVs must be type GS_LONG.
Syntax
public void GetJoins(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Joins VV (adjacent nodes)
oVV2
Type: GeoEngine.Core.GXNetCVV
Index VV
oVV3
Type: GeoEngine.Core.GXNetCVV
Number VV
See Also