Click or drag to resize

CMVUGenerateSurfaceFromVoxel Method

TODO...

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
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
)

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
Remarks
TODO... Move to VOX method for surface generation only and use GeosurfaceD to display.
See Also