 | CTINGetJoins Method |
Get joins from a TIN mesh.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetJoins(
CVV vv_joins,
CVV vv_index,
CVV vv_num
)
public void GetJoins(
CVV vv_joins,
CVV vv_index,
CVV vv_num
)
Public Sub GetJoins (
vv_joins As CVV,
vv_index As CVV,
vv_num As CVV
)
Public Sub GetJoins (
vv_joins As CVV,
vv_index As CVV,
vv_num As CVV
)
public:
void GetJoins(
CVV^ vv_joins,
CVV^ vv_index,
CVV^ vv_num
)
public:
void GetJoins(
CVV^ vv_joins,
CVV^ vv_index,
CVV^ vv_num
)
member GetJoins :
vv_joins : CVV *
vv_index : CVV *
vv_num : CVV -> unit
member GetJoins :
vv_joins : CVV *
vv_index : CVV *
vv_num : CVV -> unit
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
Remarks
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>.
See Also