 | CVOXEVector Method |
Extract a profile of data along a vector
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Vector(
double ox,
double oy,
double oz,
double vx,
double vy,
double vz,
CVV vv,
int interp
)
public void Vector(
double ox,
double oy,
double oz,
double vx,
double vy,
double vz,
CVV vv,
int interp
)
Public Sub Vector (
ox As Double,
oy As Double,
oz As Double,
vx As Double,
vy As Double,
vz As Double,
vv As CVV,
interp As Integer
)
Public Sub Vector (
ox As Double,
oy As Double,
oz As Double,
vx As Double,
vy As Double,
vz As Double,
vv As CVV,
interp As Integer
)
public:
void Vector(
double ox,
double oy,
double oz,
double vx,
double vy,
double vz,
CVV^ vv,
int interp
)
public:
void Vector(
double ox,
double oy,
double oz,
double vx,
double vy,
double vz,
CVV^ vv,
int interp
)
member Vector :
ox : float *
oy : float *
oz : float *
vx : float *
vy : float *
vz : float *
vv : CVV *
interp : int -> unit
member Vector :
ox : float *
oy : float *
oz : float *
vx : float *
vy : float *
vz : float *
vv : CVV *
interp : int -> unit
Parameters
- ox
- Type: SystemDouble
X Origin - oy
- Type: SystemDouble
Y Origin - oz
- Type: SystemDouble
Z Origin - vx
- Type: SystemDouble
X Delta - vy
- Type: SystemDouble
Y Delta - vz
- Type: SystemDouble
Z Delta - vv
- Type: GeoEngine.Core.GXNetXCVV
Data VV (must be double) - interp
- Type: SystemInt32
<define>VOXE_EVAL</define>
See Also