Click or drag to resize

CEUL3Creat Method

Creates an EUL3 object.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CEUL3 Creat(
	CIMG imgt,
	CIMG imgtx,
	CIMG imgty,
	CIMG imgtz,
	int wnd_siz,
	double gi,
	double tolrnc,
	double max_dis,
	int obs_flg,
	double obs_hght,
	double obs_elev
)

public static CEUL3 Creat(
	CIMG imgt,
	CIMG imgtx,
	CIMG imgty,
	CIMG imgtz,
	int wnd_siz,
	double gi,
	double tolrnc,
	double max_dis,
	int obs_flg,
	double obs_hght,
	double obs_elev
)

Parameters

imgt
Type: GeoEngine.Core.GXNetCIMG
Image of grid T
imgtx
Type: GeoEngine.Core.GXNetCIMG
Image of grid Tx
imgty
Type: GeoEngine.Core.GXNetCIMG
Image of grid Ty
imgtz
Type: GeoEngine.Core.GXNetCIMG
Image of grid Tz
wnd_siz
Type: SystemInt32
Window size (maximum 20)
gi
Type: SystemDouble
Geometric index, from 0.0 to 3.0
tolrnc
Type: SystemDouble
Max tolerance to allow (percentage)
max_dis
Type: SystemDouble
Max dist. acceptable (0 for infinite)
obs_flg
Type: SystemInt32
ObsFlg Height (0) or Elevation (1)
obs_hght
Type: SystemDouble
Height of observation plane
obs_elev
Type: SystemDouble
Elevation of observation plane

Return Value

Type: CEUL3
EUL3 Object
See Also