Click or drag to resize
CVVPolygonMask Method
Mask a VV using XY data and a polygon

Available since Oasis montaj version: 5.1.3
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The VVs has to be the same length
Syntax
public void PolygonMask(
	CVV yvv,
	CVV rvv,
	CPLY pply,
	int dummy
)

Parameters

yvv
Type: GeoEngine.Core.GXNetXCVV
Y VV
rvv
Type: GeoEngine.Core.GXNetXCVV
VV to be masked
pply
Type: GeoEngine.Core.GXNetXCPLY
Polygon Object
dummy
Type: SystemInt32
<define>VV_MASK</define>
See Also