Click or drag to resize
CMVUProfilePlotEx Method
Draw a profile along line trace with more parameters

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Profiles will be drawn in the current line style.
Syntax
public static void ProfilePlotEx(
	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,
	int log,
	double log_base,
	int smooth,
	string pos_f_color,
	string neg_f_color
)

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.
log
Type: SystemInt32
Log option: 0 linear (default), 1 logarithm, 2 log/linear
log_base
Type: SystemDouble
Log base
smooth
Type: SystemInt32
Smooth curve option: 0 no (default), 1 yes
pos_f_color
Type: SystemString
Positive fill color
neg_f_color
Type: SystemString
Negative fill color
See Also