 | CMVU.GetRangeGOCADSurface Method |
Get the XYZ range of a GOCAD surface.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GetRangeGOCADSurface(
CGXNETCore gxNetShared,
string file,
ref double min_x,
ref double min_y,
ref double min_z,
ref double max_x,
ref double max_y,
ref double max_z
)
public static void GetRangeGOCADSurface(
CGXNETCore gxNetShared,
string file,
ref double min_x,
ref double min_y,
ref double min_z,
ref double max_x,
ref double max_y,
ref double max_z
)
Public Shared Sub GetRangeGOCADSurface (
gxNetShared As CGXNETCore,
file As String,
ByRef min_x As Double,
ByRef min_y As Double,
ByRef min_z As Double,
ByRef max_x As Double,
ByRef max_y As Double,
ByRef max_z As Double
)
Public Shared Sub GetRangeGOCADSurface (
gxNetShared As CGXNETCore,
file As String,
ByRef min_x As Double,
ByRef min_y As Double,
ByRef min_z As Double,
ByRef max_x As Double,
ByRef max_y As Double,
ByRef max_z As Double
)
public:
static void GetRangeGOCADSurface(
CGXNETCore^ gxNetShared,
String^ file,
double% min_x,
double% min_y,
double% min_z,
double% max_x,
double% max_y,
double% max_z
)
public:
static void GetRangeGOCADSurface(
CGXNETCore^ gxNetShared,
String^ file,
double% min_x,
double% min_y,
double% min_z,
double% max_x,
double% max_y,
double% max_z
)
static member GetRangeGOCADSurface :
gxNetShared : CGXNETCore *
file : string *
min_x : float byref *
min_y : float byref *
min_z : float byref *
max_x : float byref *
max_y : float byref *
max_z : float byref -> unit
static member GetRangeGOCADSurface :
gxNetShared : CGXNETCore *
file : string *
min_x : float byref *
min_y : float byref *
min_z : float byref *
max_x : float byref *
max_y : float byref *
max_z : float byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore - file
- Type: System.String
GOCAD file name - min_x
- Type: System.Double
Min X value - min_y
- Type: System.Double
Min Y value - min_z
- Type: System.Double
Min Z value - max_x
- Type: System.Double
Max X value - max_y
- Type: System.Double
Max Y value - max_z
- Type: System.Double
Max Z value
Remarks
Required to set up a map view before doing the actual
surface import.
See Also