 | CMESHUTILComputeSurfaceUnion Method |
Compute union of two surfaces
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void ComputeSurfaceUnion(
CGXNETCore gxNetShared,
string primarySurfaceFile,
string primarySurface,
string secondarySurfaceFile,
string secondarySurface,
string outputSurfaceFile,
string outputSurface
)
public static void ComputeSurfaceUnion(
CGXNETCore gxNetShared,
string primarySurfaceFile,
string primarySurface,
string secondarySurfaceFile,
string secondarySurface,
string outputSurfaceFile,
string outputSurface
)
Public Shared Sub ComputeSurfaceUnion (
gxNetShared As CGXNETCore,
primarySurfaceFile As String,
primarySurface As String,
secondarySurfaceFile As String,
secondarySurface As String,
outputSurfaceFile As String,
outputSurface As String
)
Public Shared Sub ComputeSurfaceUnion (
gxNetShared As CGXNETCore,
primarySurfaceFile As String,
primarySurface As String,
secondarySurfaceFile As String,
secondarySurface As String,
outputSurfaceFile As String,
outputSurface As String
)
public:
static void ComputeSurfaceUnion(
CGXNETCore^ gxNetShared,
String^ primarySurfaceFile,
String^ primarySurface,
String^ secondarySurfaceFile,
String^ secondarySurface,
String^ outputSurfaceFile,
String^ outputSurface
)
public:
static void ComputeSurfaceUnion(
CGXNETCore^ gxNetShared,
String^ primarySurfaceFile,
String^ primarySurface,
String^ secondarySurfaceFile,
String^ secondarySurface,
String^ outputSurfaceFile,
String^ outputSurface
)
static member ComputeSurfaceUnion :
gxNetShared : CGXNETCore *
primarySurfaceFile : string *
primarySurface : string *
secondarySurfaceFile : string *
secondarySurface : string *
outputSurfaceFile : string *
outputSurface : string -> unit
static member ComputeSurfaceUnion :
gxNetShared : CGXNETCore *
primarySurfaceFile : string *
primarySurface : string *
secondarySurfaceFile : string *
secondarySurface : string *
outputSurfaceFile : string *
outputSurface : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - primarySurfaceFile
- Type: SystemString
Primary Geosurface file - primarySurface
- Type: SystemString
Primary Surface Name within Geosurface File - secondarySurfaceFile
- Type: SystemString
Secondary Geosurface file - secondarySurface
- Type: SystemString
Secondary Surface Name within Geosurface File - outputSurfaceFile
- Type: SystemString
Output surface file - outputSurface
- Type: SystemString
Output surface name
See Also