Click or drag to resize

CMVUProfilePlot Method

Draw a profile along line trace

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax
public static void ProfilePlot(
	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(
	CMVIEW mview,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	double vangle,
	int up,
	double gap,
	double base,
	double scale,
	int join
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
vv_x
Type: GeoEngine.Core.GXNetCVV
X
vv_y
Type: GeoEngine.Core.GXNetCVV
Y
vv_z
Type: GeoEngine.Core.GXNetCVV
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