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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 colour/pattern as specified in the colour and pattern VV's. Colour/patterns are assigned in rotating sequence.
Syntax
public static void GenAreas(
	CMVIEW oMVIEW1,
	string str2,
	CVV oVV3,
	CVV oVV4,
	double d5
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
str2
Type: SystemString
Group with lines
oVV3
Type: GeoEngine.Core.GXNetCVV
colours (colour int)
oVV4
Type: GeoEngine.Core.GXNetCVV
patterns (int), must be same length at colours
d5
Type: SystemDouble
pattern size
See Also