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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void GetArea(
	ref double d1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5,
	ref double d6
)

Parameters

d1
Type: SystemDouble
Min X
d2
Type: SystemDouble
Min Y
d3
Type: SystemDouble
Min Z
d4
Type: SystemDouble
Max X
d5
Type: SystemDouble
Max Y
d6
Type: SystemDouble
Max Z
See Also