 | CMESHUTILClipSurfaceWithGrid Method |
Clip a Surface with a Grid Surface (grid converted to surface)
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int ClipSurfaceWithGrid(
CGXNETCore gxNetShared,
string inputSurfaceFile,
string inputSurface,
string gridSurfaceFileName,
string gridSurfaceName,
string outputSurfaceFile,
string outputSurfaceNameAbove,
string outputSurfaceNameBelow,
int surface_clip_mode
)
public static int ClipSurfaceWithGrid(
CGXNETCore gxNetShared,
string inputSurfaceFile,
string inputSurface,
string gridSurfaceFileName,
string gridSurfaceName,
string outputSurfaceFile,
string outputSurfaceNameAbove,
string outputSurfaceNameBelow,
int surface_clip_mode
)
Public Shared Function ClipSurfaceWithGrid (
gxNetShared As CGXNETCore,
inputSurfaceFile As String,
inputSurface As String,
gridSurfaceFileName As String,
gridSurfaceName As String,
outputSurfaceFile As String,
outputSurfaceNameAbove As String,
outputSurfaceNameBelow As String,
surface_clip_mode As Integer
) As Integer
Public Shared Function ClipSurfaceWithGrid (
gxNetShared As CGXNETCore,
inputSurfaceFile As String,
inputSurface As String,
gridSurfaceFileName As String,
gridSurfaceName As String,
outputSurfaceFile As String,
outputSurfaceNameAbove As String,
outputSurfaceNameBelow As String,
surface_clip_mode As Integer
) As Integer
public:
static int ClipSurfaceWithGrid(
CGXNETCore^ gxNetShared,
String^ inputSurfaceFile,
String^ inputSurface,
String^ gridSurfaceFileName,
String^ gridSurfaceName,
String^ outputSurfaceFile,
String^ outputSurfaceNameAbove,
String^ outputSurfaceNameBelow,
int surface_clip_mode
)
public:
static int ClipSurfaceWithGrid(
CGXNETCore^ gxNetShared,
String^ inputSurfaceFile,
String^ inputSurface,
String^ gridSurfaceFileName,
String^ gridSurfaceName,
String^ outputSurfaceFile,
String^ outputSurfaceNameAbove,
String^ outputSurfaceNameBelow,
int surface_clip_mode
)
static member ClipSurfaceWithGrid :
gxNetShared : CGXNETCore *
inputSurfaceFile : string *
inputSurface : string *
gridSurfaceFileName : string *
gridSurfaceName : string *
outputSurfaceFile : string *
outputSurfaceNameAbove : string *
outputSurfaceNameBelow : string *
surface_clip_mode : int -> int
static member ClipSurfaceWithGrid :
gxNetShared : CGXNETCore *
inputSurfaceFile : string *
inputSurface : string *
gridSurfaceFileName : string *
gridSurfaceName : string *
outputSurfaceFile : string *
outputSurfaceNameAbove : string *
outputSurfaceNameBelow : string *
surface_clip_mode : int -> 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 - gridSurfaceFileName
- Type: SystemString
Grid Surface file name - gridSurfaceName
- Type: SystemString
Grid surface name within file - outputSurfaceFile
- Type: SystemString
Output Surface file - outputSurfaceNameAbove
- Type: SystemString
Name of Surface Item above grid - required for mode=CLIP_ABOVE and CLIP_BOTH - outputSurfaceNameBelow
- Type: SystemString
Name of Surface Item below grid - required for mode=CLIP_BELOW and CLIP_BOTH - surface_clip_mode
- Type: SystemInt32
<define>SURFACE_CLIP_MODE</define>
Return Value
Type:
Int32Surface clip status
See Also