Click or drag to resize
CMESHUTILExtractIsosurfaceFromVoxel Method
Extracts isosurface from a voxel, and saves the voxel to a Geosurface file

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void ExtractIsosurfaceFromVoxel(
	CGXNETCore gxNetShared,
	string voxelFile,
	string surfaceFile,
	string surfaceName,
	double contourMin,
	double contourMax,
	int close
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
voxelFile
Type: SystemString
Voxel file
surfaceFile
Type: SystemString
Geosurface file
surfaceName
Type: SystemString
Surface name within geosurface file
contourMin
Type: SystemDouble
Minimum/higher value
contourMax
Type: SystemDouble
Maximum/lower value
close
Type: SystemInt32
Closed option - create a closed surface?
See Also