 | CPGUDirectGriddingDB3D Method |
Direct-gridding method, DB version, 3D.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void DirectGriddingDB3D(
CPG pg,
double xo,
double yo,
double zo,
double dx,
double dy,
double dz,
double rot,
CDB db,
int x,
int y,
int z,
int data,
int method
)
public static void DirectGriddingDB3D(
CPG pg,
double xo,
double yo,
double zo,
double dx,
double dy,
double dz,
double rot,
CDB db,
int x,
int y,
int z,
int data,
int method
)
Public Shared Sub DirectGriddingDB3D (
pg As CPG,
xo As Double,
yo As Double,
zo As Double,
dx As Double,
dy As Double,
dz As Double,
rot As Double,
db As CDB,
x As Integer,
y As Integer,
z As Integer,
data As Integer,
method As Integer
)
Public Shared Sub DirectGriddingDB3D (
pg As CPG,
xo As Double,
yo As Double,
zo As Double,
dx As Double,
dy As Double,
dz As Double,
rot As Double,
db As CDB,
x As Integer,
y As Integer,
z As Integer,
data As Integer,
method As Integer
)
public:
static void DirectGriddingDB3D(
CPG^ pg,
double xo,
double yo,
double zo,
double dx,
double dy,
double dz,
double rot,
CDB^ db,
int x,
int y,
int z,
int data,
int method
)
public:
static void DirectGriddingDB3D(
CPG^ pg,
double xo,
double yo,
double zo,
double dx,
double dy,
double dz,
double rot,
CDB^ db,
int x,
int y,
int z,
int data,
int method
)
static member DirectGriddingDB3D :
pg : CPG *
xo : float *
yo : float *
zo : float *
dx : float *
dy : float *
dz : float *
rot : float *
db : CDB *
x : int *
y : int *
z : int *
data : int *
method : int -> unit
static member DirectGriddingDB3D :
pg : CPG *
xo : float *
yo : float *
zo : float *
dx : float *
dy : float *
dz : float *
rot : float *
db : CDB *
x : int *
y : int *
z : int *
data : int *
method : int -> unit
Parameters
- pg
- Type: GeoEngine.Core.GXNetCPG
Input 3D PG - xo
- Type: SystemDouble
X origin of 3D grid - yo
- Type: SystemDouble
Y origin of 3D grid - zo
- Type: SystemDouble
Z origin of 3D grid - dx
- Type: SystemDouble
X cell size - dy
- Type: SystemDouble
Y cell size - dz
- Type: SystemDouble
Z cell size - rot
- Type: SystemDouble
Rotation angle (degrees CCW, vertical axis only). - db
- Type: GeoEngine.Core.GXNetCDB
Database - x
- Type: SystemInt32
X Channel [READONLY] - y
- Type: SystemInt32
Y Channel [READONLY] - z
- Type: SystemInt32
Z Channel [READONLY] - data
- Type: SystemInt32
Data Channel [READONLY] - method
- Type: SystemInt32
<define>PGU_DIRECTGRID</define>
Remarks
3D grid cells take on the specified statistic of the values inside the
cell area. Grid cells containing no data values are set to dummy.
See Also