Click or drag to resize
CTRNDGetMesh Method
Get the lines in a trend 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)
Syntax
public static void GetMesh(
	CGXNETCore gxNetShared,
	CDB db,
	string chan,
	double window,
	double max_length,
	CVV mesh_vv,
	int trnd
)

Parameters

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