Click or drag to resize
CIPJAddExaggWarp Method
Add a warp to IPJ to exaggerate X, Y and Z.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void AddExaggWarp(
	double x_exag,
	double y_exag,
	double z_exag,
	double x_orig,
	double y_orig,
	double z_orig
)

Parameters

x_exag
Type: SystemDouble
X exaggeration, must be > 0.0
y_exag
Type: SystemDouble
Y exaggeration, must be > 0.0
z_exag
Type: SystemDouble
Z exaggeration, must be > 0.0
x_orig
Type: SystemDouble
X reference origin
y_orig
Type: SystemDouble
Y reference origin
z_orig
Type: SystemDouble
Z reference origin
See Also