Click or drag to resize

CMESHUTILExtractIsosurfaceFromVoxel Method

Extracts isosurface from a voxel, and saves the voxel to a Geosurface file

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

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