Click or drag to resize
CVOXrComputeCellSize Method
Compute the Cell size based on specific Area

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

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

Parameters

d1
Type: SystemDouble
MinX
d2
Type: SystemDouble
MinY
d3
Type: SystemDouble
MinZ
d4
Type: SystemDouble
MaxX
d5
Type: SystemDouble
MaxY
d6
Type: SystemDouble
MaxZ

Return Value

Type: Double
Cell Size
See Also