Click or drag to resize
CVOXGenerateGOCAD Method
Generate a VOX from a GOCAD File

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 CVOX GenerateGOCAD(
	CGXNETCore gxNetShared,
	string name,
	string header,
	string property,
	CIPJ ipj
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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.GXNetXCIPJ

Return Value

Type: CVOX
VOX Object
See Also