Click or drag to resize
CMESHUTILDoesSurfaceSelfIntersect Method
Checks if a surface self-intersects

Available since Oasis montaj version: 9.5
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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