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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Allows the Orientation flag to be specified.
Syntax
public static CVOX GenerateOrientedGOCAD(
	string str1,
	string str2,
	string str3,
	CIPJ oIPJ4,
	int i5
)

Parameters

str1
Type: SystemString
Name of output VOX
str2
Type: SystemString
Name of GOCAD Voxel file
str3
Type: SystemString
Propert name to import
oIPJ4
Type: GeoEngine.Core.GXNetCIPJ
IPJ
i5
Type: SystemInt32
See VOX_GOCAD_ORIENTATIONConstant

Return Value

Type: CVOX
VOX Object
See Also