Click or drag to resize
CMVUGenerateSurfaceFromVoxel Method
TODO...

Available since Oasis montaj version: 8.5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
TODO... Move to VOX method for surface generation only and use GeosurfaceD to display.
Syntax
public static void GenerateSurfaceFromVoxel(
	CMVIEW oMVIEW1,
	CVOX oVOX2,
	int i3,
	int i4,
	double d5,
	double d6,
	int i7,
	double d8,
	double d9,
	string str10
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oVOX2
Type: GeoEngine.Core.GXNetCVOX
Voxel model
i3
Type: SystemInt32
See MVU_VOX_SURFACE_METHODConstant
i4
Type: SystemInt32
See MVU_VOX_SURFACE_OPTIONConstant
d5
Type: SystemDouble
TODO
d6
Type: SystemDouble
TODO
i7
Type: SystemInt32
Drawing colour
d8
Type: SystemDouble
Line thickness for line drawing, and 2D views.
d9
Type: SystemDouble
Transparency (0 - transparent, 1 - opaque).
str10
Type: SystemString
Geosurface file
See Also