 | CMESHUTILDoesSurfaceSelfIntersect Method |
Checks if a surface self-intersects
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int DoesSurfaceSelfIntersect(
CGXNETCore gxNetShared,
string surfaceFile,
string surfaceName
)
public static int DoesSurfaceSelfIntersect(
CGXNETCore gxNetShared,
string surfaceFile,
string surfaceName
)
Public Shared Function DoesSurfaceSelfIntersect (
gxNetShared As CGXNETCore,
surfaceFile As String,
surfaceName As String
) As Integer
Public Shared Function DoesSurfaceSelfIntersect (
gxNetShared As CGXNETCore,
surfaceFile As String,
surfaceName As String
) As Integer
public:
static int DoesSurfaceSelfIntersect(
CGXNETCore^ gxNetShared,
String^ surfaceFile,
String^ surfaceName
)
public:
static int DoesSurfaceSelfIntersect(
CGXNETCore^ gxNetShared,
String^ surfaceFile,
String^ surfaceName
)
static member DoesSurfaceSelfIntersect :
gxNetShared : CGXNETCore *
surfaceFile : string *
surfaceName : string -> int
static member DoesSurfaceSelfIntersect :
gxNetShared : CGXNETCore *
surfaceFile : string *
surfaceName : string -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - surfaceFile
- Type: SystemString
Geosurface file - surfaceName
- Type: SystemString
Primary Surface Name within Geosurface File
Return Value
Type:
Int32Returns 1 if surface self intersects, 0 if surface has no self-intersections
See Also