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
)
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
)
Public Shared Sub ProfilePlotEx (
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,
log As Integer,
log_base As Double,
smooth As Integer,
pos_f_color As String,
neg_f_color As String
)
Public Shared Sub ProfilePlotEx (
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,
log As Integer,
log_base As Double,
smooth As Integer,
pos_f_color As String,
neg_f_color As String
)
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
)
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
)
static member ProfilePlotEx :
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 *
log : int *
log_base : float *
smooth : int *
pos_f_color : string *
neg_f_color : string -> unit
static member ProfilePlotEx :
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 *
log : int *
log_base : float *
smooth : int *
pos_f_color : string *
neg_f_color : string -> unit