Click or drag to resize

CMULTIGRID3DUTILImportFromGOCAD Method

Imports a MultiVoxset from a GOCAD File

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ImportFromGOCAD(
	string name,
	string header,
	string property,
	CIPJ ipj,
	int orientation
)

public static void ImportFromGOCAD(
	string name,
	string header,
	string property,
	CIPJ ipj,
	int orientation
)

Parameters

name
Type: SystemString
Name of output VOX
header
Type: SystemString
Name of GOCAD Voxel file
property
Type: SystemString
Propert name to import
ipj
Type: GeoEngine.Core.GXNetCIPJ
orientation
Type: SystemInt32
<define>GOCAD_ORIENTATION</define> OBSOLETE as of 9.7. The UVW axes and ZPOSITIVE values are read from the *.vo header and are handled on import automatically. By default ZPOSITIVE Elevation is assumed
See Also