 | 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
Syntaxpublic 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
)
Public Shared Sub ProfilePlot (
mview As CMVIEW,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
vangle As Double,
up As Integer,
gap As Double,
base As Double,
scale As Double,
join As Integer
)
Public Shared Sub ProfilePlot (
mview As CMVIEW,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
vangle As Double,
up As Integer,
gap As Double,
base As Double,
scale As Double,
join As Integer
)
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
)
static member ProfilePlot :
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
vangle : float *
up : int *
gap : float *
base : float *
scale : float *
join : int -> unit
static member ProfilePlot :
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
vangle : float *
up : int *
gap : float *
base : float *
scale : float *
join : int -> unit
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.
RemarksProfiles will be drawn in the current line style.
See Also