 | CMESHUTILDoesSurfaceIntersect Method |
Checks if the two surfaces intersect at all
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int DoesSurfaceIntersect(
CGXNETCore gxNetShared,
string primarySurfaceFile,
string primarySurface,
string secondarySurfaceFile,
string secondarySurface
)
public static int DoesSurfaceIntersect(
CGXNETCore gxNetShared,
string primarySurfaceFile,
string primarySurface,
string secondarySurfaceFile,
string secondarySurface
)
Public Shared Function DoesSurfaceIntersect (
gxNetShared As CGXNETCore,
primarySurfaceFile As String,
primarySurface As String,
secondarySurfaceFile As String,
secondarySurface As String
) As Integer
Public Shared Function DoesSurfaceIntersect (
gxNetShared As CGXNETCore,
primarySurfaceFile As String,
primarySurface As String,
secondarySurfaceFile As String,
secondarySurface As String
) As Integer
public:
static int DoesSurfaceIntersect(
CGXNETCore^ gxNetShared,
String^ primarySurfaceFile,
String^ primarySurface,
String^ secondarySurfaceFile,
String^ secondarySurface
)
public:
static int DoesSurfaceIntersect(
CGXNETCore^ gxNetShared,
String^ primarySurfaceFile,
String^ primarySurface,
String^ secondarySurfaceFile,
String^ secondarySurface
)
static member DoesSurfaceIntersect :
gxNetShared : CGXNETCore *
primarySurfaceFile : string *
primarySurface : string *
secondarySurfaceFile : string *
secondarySurface : string -> int
static member DoesSurfaceIntersect :
gxNetShared : CGXNETCore *
primarySurfaceFile : string *
primarySurface : string *
secondarySurfaceFile : string *
secondarySurface : string -> int
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
Return Value
Type:
Int32Returns 1 if intersects, 0 if surfaces do not intersect
See Also