Click or drag to resize

CMVU.GenAreas Method

Generate areas from an line group.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void GenAreas(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	string lines,
	CVV col_vv,
	CVV pat_vv,
	double pitch
)

public static void GenAreas(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	string lines,
	CVV col_vv,
	CVV pat_vv,
	double pitch
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetX.CMVIEW
View
lines
Type: System.String
Group with lines
col_vv
Type: GeoEngine.Core.GXNetX.CVV
Colors (color int)
pat_vv
Type: GeoEngine.Core.GXNetX.CVV
Patterns (int), must be same length at colors
pitch
Type: System.Double
Pattern size
Remarks
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.
See Also