Click or drag to resize
CIPJConvertOrientationWarpVV Method
Convert X,Y and Z VVs using the orientation warp from an IPJ.

Available since Oasis montaj version: 6.4.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void ConvertOrientationWarpVV(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	int i4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X VV coordinates converted on output
oVV2
Type: GeoEngine.Core.GXNetCVV
Y VV coordinates converted on output
oVV3
Type: GeoEngine.Core.GXNetCVV
Z VV coordinates converted on output
i4
Type: SystemInt32
1 - Forward (raw -> coordinate) , 0 - (coordinate -> raw)
See Also