 | 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
Syntaxpublic 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
)
Public Shared Sub ProfilePlot (
gxNetShared As CGXNETCore,
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 (
gxNetShared As CGXNETCore,
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(
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
)
static member ProfilePlot :
gxNetShared : CGXNETCore *
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 :
gxNetShared : CGXNETCore *
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
- 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.
RemarksProfiles will be drawn in the current line style.
See Also