Click or drag to resize

CVOXGenerateOrientedGOCAD Method

Generate a VOX from a GOCAD File

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CVOX GenerateOrientedGOCAD(
	CGXNETCore gxNetShared,
	string name,
	string header,
	string property,
	CIPJ ipj,
	int orientation
)

public static CVOX GenerateOrientedGOCAD(
	CGXNETCore gxNetShared,
	string name,
	string header,
	string property,
	CIPJ ipj,
	int orientation
)

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
orientation
Type: SystemInt32
<define>VOX_GOCAD_ORIENTATION</define>

Return Value

Type: CVOX
VOX Object
Remarks
Allows the Orientation flag to be specified.
See Also