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

Available since Oasis montaj version: 8.3.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. Additional Inputs are the sample distance along the line and a topography grid.
Syntax
public static void CalculateDrapedSurveyAltitude(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	CIMG oIMG5,
	int i6,
	double d7,
	double d8,
	double d9,
	int i10,
	double d11,
	double d12
)

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 draped altitude channel [DB_LOCK_READWRITE]
d7
Type: SystemDouble
Maximum rate of ascent (%)
d8
Type: SystemDouble
Maximum rate of descent (%)
d9
Type: SystemDouble
Minimum terrain clearance (drape height)
i10
Type: SystemInt32
Number of times to apply Hanning Filter
d11
Type: SystemDouble
Width of Hanning Filter
d12
Type: SystemDouble
Minimum radius of curvature down slopes and at valley bottoms (rDUMMY to disable)
See Also