 | CMULTIGRID3DUTILImportFromGOCAD Method |
Imports a MultiVoxset from a GOCAD File
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void ImportFromGOCAD(
CGXNETCore gxNetShared,
string name,
string header,
string property,
CIPJ ipj,
int orientation
)
public static void ImportFromGOCAD(
CGXNETCore gxNetShared,
string name,
string header,
string property,
CIPJ ipj,
int orientation
)
Public Shared Sub ImportFromGOCAD (
gxNetShared As CGXNETCore,
name As String,
header As String,
property As String,
ipj As CIPJ,
orientation As Integer
)
Public Shared Sub ImportFromGOCAD (
gxNetShared As CGXNETCore,
name As String,
header As String,
property As String,
ipj As CIPJ,
orientation As Integer
)
public:
static void ImportFromGOCAD(
CGXNETCore^ gxNetShared,
String^ name,
String^ header,
String^ property,
CIPJ^ ipj,
int orientation
)
public:
static void ImportFromGOCAD(
CGXNETCore^ gxNetShared,
String^ name,
String^ header,
String^ property,
CIPJ^ ipj,
int orientation
)
static member ImportFromGOCAD :
gxNetShared : CGXNETCore *
name : string *
header : string *
property : string *
ipj : CIPJ *
orientation : int -> unit
static member ImportFromGOCAD :
gxNetShared : CGXNETCore *
name : string *
header : string *
property : string *
ipj : CIPJ *
orientation : int -> unit
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>GOCAD_ORIENTATION</define> OBSOLETE as of 9.7. The UVW axes and ZPOSITIVE values are read from the *.vo header and are handled on import automatically. By default ZPOSITIVE Elevation is assumed
See Also