 | CVOXSliceIPJ Method |
Extract a slice of a voxel based on an IPJ
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SliceIPJ(
string name,
CIPJ ipj,
int mode,
double orig_x,
double orig_y,
double cell_size_x,
double cell_size_y,
int size_x,
int size_y
)
public void SliceIPJ(
string name,
CIPJ ipj,
int mode,
double orig_x,
double orig_y,
double cell_size_x,
double cell_size_y,
int size_x,
int size_y
)
Public Sub SliceIPJ (
name As String,
ipj As CIPJ,
mode As Integer,
orig_x As Double,
orig_y As Double,
cell_size_x As Double,
cell_size_y As Double,
size_x As Integer,
size_y As Integer
)
Public Sub SliceIPJ (
name As String,
ipj As CIPJ,
mode As Integer,
orig_x As Double,
orig_y As Double,
cell_size_x As Double,
cell_size_y As Double,
size_x As Integer,
size_y As Integer
)
public:
void SliceIPJ(
String^ name,
CIPJ^ ipj,
int mode,
double orig_x,
double orig_y,
double cell_size_x,
double cell_size_y,
int size_x,
int size_y
)
public:
void SliceIPJ(
String^ name,
CIPJ^ ipj,
int mode,
double orig_x,
double orig_y,
double cell_size_x,
double cell_size_y,
int size_x,
int size_y
)
member SliceIPJ :
name : string *
ipj : CIPJ *
mode : int *
orig_x : float *
orig_y : float *
cell_size_x : float *
cell_size_y : float *
size_x : int *
size_y : int -> unit
member SliceIPJ :
name : string *
ipj : CIPJ *
mode : int *
orig_x : float *
orig_y : float *
cell_size_x : float *
cell_size_y : float *
size_x : int *
size_y : int -> unit
Parameters
- name
- Type: SystemString
Grid Name - ipj
- Type: GeoEngine.Core.GXNetXCIPJ
Grid IPJ (includes orientation, etc) - mode
- Type: SystemInt32
<define>VOX_SLICE_MODE</define> - orig_x
- Type: SystemDouble
Grid Origin X - orig_y
- Type: SystemDouble
Grid Origin Y - cell_size_x
- Type: SystemDouble
Grid Cell Size in X - cell_size_y
- Type: SystemDouble
Grid Cell Size in Y - size_x
- Type: SystemInt32
Grid cells in X - size_y
- Type: SystemInt32
Grid cells in Y
See Also