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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void SliceIPJ(
	string str1,
	CIPJ oIPJ2,
	int i3,
	double d4,
	double d5,
	double d6,
	double d7,
	int i8,
	int i9
)

Parameters

str1
Type: SystemString
Grid Name
oIPJ2
Type: GeoEngine.Core.GXNetCIPJ
Grid IPJ (includes orientation, etc)
i3
Type: SystemInt32
See VOX_SLICE_MODEConstant
d4
Type: SystemDouble
Grid Origin X
d5
Type: SystemDouble
Grid Origin Y
d6
Type: SystemDouble
Grid Cell Size in X
d7
Type: SystemDouble
Grid Cell Size in Y
i8
Type: SystemInt32
Grid cells in X
i9
Type: SystemInt32
Grid cells in Y
See Also