 | CMESHUTILDoesSurfaceSelfIntersect Method |
Checks if a surface self-intersects
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int DoesSurfaceSelfIntersect(
string surfaceFile,
string surfaceName
)
public static int DoesSurfaceSelfIntersect(
string surfaceFile,
string surfaceName
)
Public Shared Function DoesSurfaceSelfIntersect (
surfaceFile As String,
surfaceName As String
) As Integer
Public Shared Function DoesSurfaceSelfIntersect (
surfaceFile As String,
surfaceName As String
) As Integer
public:
static int DoesSurfaceSelfIntersect(
String^ surfaceFile,
String^ surfaceName
)
public:
static int DoesSurfaceSelfIntersect(
String^ surfaceFile,
String^ surfaceName
)
static member DoesSurfaceSelfIntersect :
surfaceFile : string *
surfaceName : string -> int
static member DoesSurfaceSelfIntersect :
surfaceFile : string *
surfaceName : string -> int
Parameters
- 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