Click or drag to resize
CMVIEWPolyWrap Method
Draw wrapped polylines from X and Y VV's.

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
Convert a given VVy into a wrapped VVy using the current view window as the wrap region. Then draw polylines from it.
Syntax
public void PolyWrap(
	CVV vv_x,
	CVV vv_y
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetXCVV
X coordinates.
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y coordinates.
See Also