Click or drag to resize
CVOXResamplePG Method
Resample a voxel over an input volume to a PG.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Creates and dummies a PG object based on the input dimensions, then resamples the voxel to the pager at the locations determined by input projection, origin and spacings.
Syntax
public CPG ResamplePG(
	CIPJ oIPJ1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	int i8,
	int i9,
	int i10,
	double d11,
	double d12,
	int i13
)

Parameters

oIPJ1
Type: GeoEngine.Core.GXNetCIPJ
Projection to use for Origin, Spacing values
d2
Type: SystemDouble
Origin X
d3
Type: SystemDouble
Origin Y
d4
Type: SystemDouble
Origin Z
d5
Type: SystemDouble
Spacing in X
d6
Type: SystemDouble
Spacing in Y
d7
Type: SystemDouble
Spacing in Z
i8
Type: SystemInt32
Samples in X
i9
Type: SystemInt32
Samples in Y
i10
Type: SystemInt32
Samples in Z
d11
Type: SystemDouble
Minimum Z to resample (can be rDUMMY)
d12
Type: SystemDouble
Maximum Z to resample (can be rDUMMY)
i13
Type: SystemInt32
See VOX_SLICE_MODEConstant

Return Value

Type: CPG
PG object, terminates on error
See Also