Click or drag to resize
CPGCreate3D Method
Creates a Pager object

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static CPG Create3D(
	CGXNETCore gxNetShared,
	int slice,
	int row,
	int col,
	int type
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
slice
Type: SystemInt32
# elements in z (# of slices)
row
Type: SystemInt32
# elements in y (# of row)
col
Type: SystemInt32
# elements in x (# of column)
type
Type: SystemInt32
<define>GS_TYPES</define>

Return Value

Type: CPG
PG Object
See Also