Click or drag to resize
CIPJAddWarp Method
Add a warp to IPJ.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
There must be at least "warp type" points in the warp point VV's. All point VV's must have the same number of points. If there are more points than required by the warp, the warp will be determined by least-square fitting to the warp surface for all but the 4-point warp. The 4-point ward requires exactly 4 points. Cannot be used with WARP_MATRIX or WARP_LOG
Syntax
public void AddWarp(
	int i1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	CVV oVV5
)

Parameters

i1
Type: SystemInt32
See IPJ_TYPEConstant
oVV2
Type: GeoEngine.Core.GXNetCVV
Old X VV (real)
oVV3
Type: GeoEngine.Core.GXNetCVV
Old Y VV (real)
oVV4
Type: GeoEngine.Core.GXNetCVV
New X VV (real)
oVV5
Type: GeoEngine.Core.GXNetCVV
New Y VV (real)
See Also