Click or drag to resize

CVOXGenerateGOCAD Method

Generate a VOX 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 CVOX GenerateGOCAD(
	string name,
	string header,
	string property,
	CIPJ ipj
)

public static CVOX GenerateGOCAD(
	string name,
	string header,
	string property,
	CIPJ ipj
)

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

Return Value

Type: CVOX
VOX Object
See Also