public static CVOX GridPoints(
CGXNETCore gxNetShared,
string name,
string error,
double cell_size,
int var_only,
double min_radius,
double max_radius,
int min_points,
int max_points,
int model,
double power,
double slope,
double range,
double nugget,
double sill,
int type,
CVV vv_x,
CVV vv_y,
CVV vv_z,
CVV vv_d,
CIPJ ipj
)
public static CVOX GridPoints(
CGXNETCore gxNetShared,
string name,
string error,
double cell_size,
int var_only,
double min_radius,
double max_radius,
int min_points,
int max_points,
int model,
double power,
double slope,
double range,
double nugget,
double sill,
int type,
CVV vv_x,
CVV vv_y,
CVV vv_z,
CVV vv_d,
CIPJ ipj
)
Public Shared Function GridPoints (
gxNetShared As CGXNETCore,
name As String,
error As String,
cell_size As Double,
var_only As Integer,
min_radius As Double,
max_radius As Double,
min_points As Integer,
max_points As Integer,
model As Integer,
power As Double,
slope As Double,
range As Double,
nugget As Double,
sill As Double,
type As Integer,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
vv_d As CVV,
ipj As CIPJ
) As CVOX
Public Shared Function GridPoints (
gxNetShared As CGXNETCore,
name As String,
error As String,
cell_size As Double,
var_only As Integer,
min_radius As Double,
max_radius As Double,
min_points As Integer,
max_points As Integer,
model As Integer,
power As Double,
slope As Double,
range As Double,
nugget As Double,
sill As Double,
type As Integer,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
vv_d As CVV,
ipj As CIPJ
) As CVOX
public:
static CVOX^ GridPoints(
CGXNETCore^ gxNetShared,
String^ name,
String^ error,
double cell_size,
int var_only,
double min_radius,
double max_radius,
int min_points,
int max_points,
int model,
double power,
double slope,
double range,
double nugget,
double sill,
int type,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z,
CVV^ vv_d,
CIPJ^ ipj
)
public:
static CVOX^ GridPoints(
CGXNETCore^ gxNetShared,
String^ name,
String^ error,
double cell_size,
int var_only,
double min_radius,
double max_radius,
int min_points,
int max_points,
int model,
double power,
double slope,
double range,
double nugget,
double sill,
int type,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z,
CVV^ vv_d,
CIPJ^ ipj
)
static member GridPoints :
gxNetShared : CGXNETCore *
name : string *
error : string *
cell_size : float *
var_only : int *
min_radius : float *
max_radius : float *
min_points : int *
max_points : int *
model : int *
power : float *
slope : float *
range : float *
nugget : float *
sill : float *
type : int *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
vv_d : CVV *
ipj : CIPJ -> CVOX
static member GridPoints :
gxNetShared : CGXNETCore *
name : string *
error : string *
cell_size : float *
var_only : int *
min_radius : float *
max_radius : float *
min_points : int *
max_points : int *
model : int *
power : float *
slope : float *
range : float *
nugget : float *
sill : float *
type : int *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
vv_d : CVV *
ipj : CIPJ -> CVOX