Click or drag to resize

CTRNDGetMesh Method

Get the lines in a trend mesh.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GetMesh(
	CDB db,
	string chan,
	double window,
	double max_length,
	CVV mesh_vv,
	int trnd
)

public static void GetMesh(
	CDB db,
	string chan,
	double window,
	double max_length,
	CVV mesh_vv,
	int trnd
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
chan
Type: SystemString
Selected channel
window
Type: SystemDouble
MaxMin Window
max_length
Type: SystemDouble
Maximum join length
mesh_vv
Type: GeoEngine.Core.GXNetCVV
VV of type GS_D2POINT (returned)
trnd
Type: SystemInt32
<define>TRND_NODE</define>
See Also