 | CMESHUTILClipSurfaceWithExtents Method |
Clip a Surface with X,Y,Z extents
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int ClipSurfaceWithExtents(
CGXNETCore gxNetShared,
string inputSurfaceFile,
string inputSurface,
string outputSurfaceFile,
string outputSurfaceName,
double min_x,
double max_x,
double min_y,
double max_y,
double min_z,
double max_z
)
public static int ClipSurfaceWithExtents(
CGXNETCore gxNetShared,
string inputSurfaceFile,
string inputSurface,
string outputSurfaceFile,
string outputSurfaceName,
double min_x,
double max_x,
double min_y,
double max_y,
double min_z,
double max_z
)
Public Shared Function ClipSurfaceWithExtents (
gxNetShared As CGXNETCore,
inputSurfaceFile As String,
inputSurface As String,
outputSurfaceFile As String,
outputSurfaceName As String,
min_x As Double,
max_x As Double,
min_y As Double,
max_y As Double,
min_z As Double,
max_z As Double
) As Integer
Public Shared Function ClipSurfaceWithExtents (
gxNetShared As CGXNETCore,
inputSurfaceFile As String,
inputSurface As String,
outputSurfaceFile As String,
outputSurfaceName As String,
min_x As Double,
max_x As Double,
min_y As Double,
max_y As Double,
min_z As Double,
max_z As Double
) As Integer
public:
static int ClipSurfaceWithExtents(
CGXNETCore^ gxNetShared,
String^ inputSurfaceFile,
String^ inputSurface,
String^ outputSurfaceFile,
String^ outputSurfaceName,
double min_x,
double max_x,
double min_y,
double max_y,
double min_z,
double max_z
)
public:
static int ClipSurfaceWithExtents(
CGXNETCore^ gxNetShared,
String^ inputSurfaceFile,
String^ inputSurface,
String^ outputSurfaceFile,
String^ outputSurfaceName,
double min_x,
double max_x,
double min_y,
double max_y,
double min_z,
double max_z
)
static member ClipSurfaceWithExtents :
gxNetShared : CGXNETCore *
inputSurfaceFile : string *
inputSurface : string *
outputSurfaceFile : string *
outputSurfaceName : string *
min_x : float *
max_x : float *
min_y : float *
max_y : float *
min_z : float *
max_z : float -> int
static member ClipSurfaceWithExtents :
gxNetShared : CGXNETCore *
inputSurfaceFile : string *
inputSurface : string *
outputSurfaceFile : string *
outputSurfaceName : string *
min_x : float *
max_x : float *
min_y : float *
max_y : float *
min_z : float *
max_z : float -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - inputSurfaceFile
- Type: SystemString
Input Geosurface file - inputSurface
- Type: SystemString
Input Surface name within Geosurface file - outputSurfaceFile
- Type: SystemString
Output Surface file - outputSurfaceName
- Type: SystemString
Output Surface name - min_x
- Type: SystemDouble
Min value of X - max_x
- Type: SystemDouble
Max value of X - min_y
- Type: SystemDouble
Min value of Y - max_y
- Type: SystemDouble
Max value of Y - min_z
- Type: SystemDouble
Min value of Z - max_z
- Type: SystemDouble
Max value of Z
Return Value
Type:
Int32Surface clip status
See Also