Click or drag to resize

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
Syntax
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
)

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: Int32
Surface clip status
See Also