Click or drag to resize
CVOXGetArea Method
Get the area of the voxel.

Available since Oasis montaj version: 6.2
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetArea(
	ref double min_x,
	ref double min_y,
	ref double min_z,
	ref double max_x,
	ref double max_y,
	ref double max_z
)

Parameters

min_x
Type: SystemDouble
Min X
min_y
Type: SystemDouble
Min Y
min_z
Type: SystemDouble
Min Z
max_x
Type: SystemDouble
Max X
max_y
Type: SystemDouble
Max Y
max_z
Type: SystemDouble
Max Z
See Also