Click or drag to resize

CMVU.ProfilePlot Method

Draw a profile along line trace

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.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.GXNet.CMVIEW
View
vv_x
Type: GeoEngine.Core.GXNet.CVV
X
vv_y
Type: GeoEngine.Core.GXNet.CVV
Y
vv_z
Type: GeoEngine.Core.GXNet.CVV
Z
vangle
Type: System.Double
Lines steeper than this angle are considered vertical and the up label direction is used.
up
Type: System.Int32
Up label direction: 1 up is right -1 up is left
gap
Type: System.Double
Maximum gap in data to span (view units)
base
Type: System.Double
Z profile base, <define>rDUMMY</define> to use data minimum
scale
Type: System.Double
Z scale in view units/Z unit
join
Type: System.Int32
1 to join profile to line ends.
Remarks
Profiles will be drawn in the current line style.
See Also