Click or drag to resize
CPGCopySubset3D Method
Copy a subset of data from one pager to another.

Available since Oasis montaj version: 8.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
2D Only
Syntax
public void CopySubset3D(
	CPG oPG1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6,
	int i7,
	int i8,
	int i9,
	int i10
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
Source PG object
i2
Type: SystemInt32
Z (slice) Origin on destination
i3
Type: SystemInt32
Y (row) Origin on destination
i4
Type: SystemInt32
X (col) Origin on destination
i5
Type: SystemInt32
Z (slice) Origin on source
i6
Type: SystemInt32
Y (row) Origin on source
i7
Type: SystemInt32
X (col) Origin on source
i8
Type: SystemInt32
Number of Z (slice) to copy
i9
Type: SystemInt32
Number of Y (rows) to copy
i10
Type: SystemInt32
Number of X (columns) to copy
See Also