 | CMVUGenerateSurfaceFromVoxel Method |
TODO...
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GenerateSurfaceFromVoxel(
CGXNETCore gxNetShared,
CMVIEW mview,
CVOX vox,
int method,
int option,
double min_value,
double max_value,
int col,
double line_thick,
double transparency,
string surface_name
)
public static void GenerateSurfaceFromVoxel(
CGXNETCore gxNetShared,
CMVIEW mview,
CVOX vox,
int method,
int option,
double min_value,
double max_value,
int col,
double line_thick,
double transparency,
string surface_name
)
Public Shared Sub GenerateSurfaceFromVoxel (
gxNetShared As CGXNETCore,
mview As CMVIEW,
vox As CVOX,
method As Integer,
option As Integer,
min_value As Double,
max_value As Double,
col As Integer,
line_thick As Double,
transparency As Double,
surface_name As String
)
Public Shared Sub GenerateSurfaceFromVoxel (
gxNetShared As CGXNETCore,
mview As CMVIEW,
vox As CVOX,
method As Integer,
option As Integer,
min_value As Double,
max_value As Double,
col As Integer,
line_thick As Double,
transparency As Double,
surface_name As String
)
public:
static void GenerateSurfaceFromVoxel(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CVOX^ vox,
int method,
int option,
double min_value,
double max_value,
int col,
double line_thick,
double transparency,
String^ surface_name
)
public:
static void GenerateSurfaceFromVoxel(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CVOX^ vox,
int method,
int option,
double min_value,
double max_value,
int col,
double line_thick,
double transparency,
String^ surface_name
)
static member GenerateSurfaceFromVoxel :
gxNetShared : CGXNETCore *
mview : CMVIEW *
vox : CVOX *
method : int *
option : int *
min_value : float *
max_value : float *
col : int *
line_thick : float *
transparency : float *
surface_name : string -> unit
static member GenerateSurfaceFromVoxel :
gxNetShared : CGXNETCore *
mview : CMVIEW *
vox : CVOX *
method : int *
option : int *
min_value : float *
max_value : float *
col : int *
line_thick : float *
transparency : float *
surface_name : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - mview
- Type: GeoEngine.Core.GXNetXCMVIEW
View - vox
- Type: GeoEngine.Core.GXNetXCVOX
Voxel model - method
- Type: SystemInt32
<define>MVU_VOX_SURFACE_METHOD</define> - option
- Type: SystemInt32
<define>MVU_VOX_SURFACE_OPTION</define> - min_value
- Type: SystemDouble
Iso-surface value - max_value
- Type: SystemDouble
For closed surfaces: close between the selected value and this value (set equal to the Iso-surface to close within nearest values below, DUMMY to close within nearest value above) - col
- Type: SystemInt32
Drawing color - line_thick
- Type: SystemDouble
Line thickness for line drawing, and 2D views. - transparency
- Type: SystemDouble
Transparency (0 - transparent, 1 - opaque). - surface_name
- Type: SystemString
Geosurface file
RemarksTODO... Move to VOX method for surface generation only and use GeosurfaceD to display.
See Also