 | CVOXGenerateOrientedGOCAD 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
Syntaxpublic static CVOX GenerateOrientedGOCAD(
string name,
string header,
string property,
CIPJ ipj,
int orientation
)
public static CVOX GenerateOrientedGOCAD(
string name,
string header,
string property,
CIPJ ipj,
int orientation
)
Public Shared Function GenerateOrientedGOCAD (
name As String,
header As String,
property As String,
ipj As CIPJ,
orientation As Integer
) As CVOX
Public Shared Function GenerateOrientedGOCAD (
name As String,
header As String,
property As String,
ipj As CIPJ,
orientation As Integer
) As CVOX
public:
static CVOX^ GenerateOrientedGOCAD(
String^ name,
String^ header,
String^ property,
CIPJ^ ipj,
int orientation
)
public:
static CVOX^ GenerateOrientedGOCAD(
String^ name,
String^ header,
String^ property,
CIPJ^ ipj,
int orientation
)
static member GenerateOrientedGOCAD :
name : string *
header : string *
property : string *
ipj : CIPJ *
orientation : int -> CVOX
static member GenerateOrientedGOCAD :
name : string *
header : string *
property : string *
ipj : CIPJ *
orientation : int -> CVOX
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>VOX_GOCAD_ORIENTATION</define>
Return Value
Type:
CVOXVOX Object
RemarksAllows the Orientation flag to be specified.
See Also