Click or drag to resize

CMVUProfilePlot Method

Draw a profile along line trace

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void ProfilePlot(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	double vangle,
	int up,
	double gap,
	double base,
	double scale,
	int join
)

public static void ProfilePlot(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	double vangle,
	int up,
	double gap,
	double base,
	double scale,
	int join
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
vv_x
Type: GeoEngine.Core.GXNetXCVV
X
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y
vv_z
Type: GeoEngine.Core.GXNetXCVV
Z
vangle
Type: SystemDouble
Lines steeper than this angle are considered vertical and the up label direction is used.
up
Type: SystemInt32
Up label direction: 1 up is right -1 up is left
gap
Type: SystemDouble
Maximum gap in data to span (view units)
base
Type: SystemDouble
Z profile base, <define>rDUMMY</define> to use data minimum
scale
Type: SystemDouble
Z scale in view units/Z unit
join
Type: SystemInt32
1 to join profile to line ends.
Remarks
Profiles will be drawn in the current line style.
See Also