Click or drag to resize
CDUCalculateDrapedSurveyAltitude2 Method
Calculate a draped flight path, enforcing maximum descent and ascent rates.

Available since Oasis montaj version: 8.4.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Calculate a draped flight path, enforcing maximum descent and ascent rates. Set both a nominal and minimum drape height. Additional Inputs are the sample distance along the line and a topography grid.
Syntax
public static void CalculateDrapedSurveyAltitude2(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	CIMG oIMG5,
	int i6,
	int i7,
	double d8,
	double d9,
	double d10,
	double d11,
	int i12,
	double d13,
	double d14
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line [DB_LOCK_READONLY]
i3
Type: SystemInt32
X Channel [DB_LOCK_READONLY]
i4
Type: SystemInt32
Y Channel [DB_LOCK_READONLY]
oIMG5
Type: GeoEngine.Core.GXNetCIMG
Topography grid
i6
Type: SystemInt32
Output DEM channel [DB_LOCK_READWRITE] (can be NULLSYMB if not required)
i7
Type: SystemInt32
Output draped altitude channel [DB_LOCK_READWRITE]
d8
Type: SystemDouble
Maximum rate of ascent (%)
d9
Type: SystemDouble
Maximum rate of descent (%)
d10
Type: SystemDouble
Nominal terrain clearance (drape height)
d11
Type: SystemDouble
Minimum terrain clearance (hard minimum drape height)
i12
Type: SystemInt32
Number of times to apply Hanning Filter
d13
Type: SystemDouble
Width of Hanning Filter
d14
Type: SystemDouble
Minimum radius of curvature down slopes and at valley bottoms (rDUMMY to disable)
See Also