Click or drag to resize
CMESHUTILComputeSurfaceIntersection Method
Computes and outputs the intersection of two closed surfaces

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 void ComputeSurfaceIntersection(
	CGXNETCore gxNetShared,
	string primarySurfaceFile,
	string primarySurface,
	string secondarySurfaceFile,
	string secondarySurface,
	string outputSurfaceFile,
	string outputSurface
)

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
outputSurfaceFile
Type: SystemString
Output surface file
outputSurface
Type: SystemString
Output surface name
See Also