Click or drag to resize
CVOXSliceMultiLayerIPJ Method
Extract multiple slices of a voxel based on an IPJ

Available since Oasis montaj version: 8.4
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void SliceMultiLayerIPJ(
	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,
	int layers,
	double start_elev,
	double elev_inc
)

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
layers
Type: SystemInt32
Number of layers to extract
start_elev
Type: SystemDouble
Start elevation
elev_inc
Type: SystemDouble
Elevation increment
See Also