Click or drag to resize
CVOXSliceIPJ Method
Extract a slice of a voxel based on an IPJ

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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
)

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