Click or drag to resize

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
Syntax
public static int DoesSurfaceSelfIntersect(
	CGXNETCore gxNetShared,
	string surfaceFile,
	string surfaceName
)

public static int DoesSurfaceSelfIntersect(
	CGXNETCore gxNetShared,
	string surfaceFile,
	string surfaceName
)

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: Int32
Returns 1 if surface self intersects, 0 if surface has no self-intersections
See Also