Click or drag to resize
CMVUGenAreas Method
Generate areas from an line group.

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
The specified line group will be used to create a new group that is composed of all the resolved polygonal areas in the line group. Each polygonal area is assigned a color/pattern as specified in the color and pattern VV's. Color/patterns are assigned in rotating sequence.
Syntax
public static void GenAreas(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	string lines,
	CVV col_vv,
	CVV pat_vv,
	double pitch
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
lines
Type: SystemString
Group with lines
col_vv
Type: GeoEngine.Core.GXNetXCVV
Colors (color int)
pat_vv
Type: GeoEngine.Core.GXNetXCVV
Patterns (int), must be same length at colors
pitch
Type: SystemDouble
Pattern size
See Also