Click or drag to resize
CMVIEWComplexPolygon Method
Draw a polygon with holes in it.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
You pass a VV with polygon sizes and 2 point vvs.
Syntax
public void ComplexPolygon(
	CVV vv_i,
	CVV vv_x,
	CVV vv_y
)

Parameters

vv_i
Type: GeoEngine.Core.GXNetXCVV
VV of type int holding the number of points for each polygon
vv_x
Type: GeoEngine.Core.GXNetXCVV
X coordinates.
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y coordinates.
See Also