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

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
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 <define>GS_LONG</define>.
Syntax
public void GetJoins(
	CVV vv_joins,
	CVV vv_index,
	CVV vv_num
)

Parameters

vv_joins
Type: GeoEngine.Core.GXNetXCVV
Joins VV (adjacent nodes)
vv_index
Type: GeoEngine.Core.GXNetXCVV
Index VV
vv_num
Type: GeoEngine.Core.GXNetXCVV
Number VV
See Also