Click or drag to resize
CMVIEWClipPoly Method
Add a polygon to the clip region.

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
The polygon will be added to the current clip region. The VV's cannot have any dummy elements.
Syntax
public void ClipPoly(
	CVV oVV1,
	CVV oVV2,
	int i3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X VV
oVV2
Type: GeoEngine.Core.GXNetCVV
Y VV
i3
Type: SystemInt32
See MVIEW_UNITConstant
See Also