 | 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
Syntaxpublic 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
)
Public Shared Sub ExtractIsosurfaceFromVoxel (
gxNetShared As CGXNETCore,
voxelFile As String,
surfaceFile As String,
surfaceName As String,
contourMin As Double,
contourMax As Double,
close As Integer
)
Public Shared Sub ExtractIsosurfaceFromVoxel (
gxNetShared As CGXNETCore,
voxelFile As String,
surfaceFile As String,
surfaceName As String,
contourMin As Double,
contourMax As Double,
close As Integer
)
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
)
static member ExtractIsosurfaceFromVoxel :
gxNetShared : CGXNETCore *
voxelFile : string *
surfaceFile : string *
surfaceName : string *
contourMin : float *
contourMax : float *
close : int -> unit
static member ExtractIsosurfaceFromVoxel :
gxNetShared : CGXNETCore *
voxelFile : string *
surfaceFile : string *
surfaceName : string *
contourMin : float *
contourMax : float *
close : int -> unit
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