Click or drag to resize
CMULTIGRID3DUTILrComputeDefaultCellSize Method
Used if the user does not provide a default cell size.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Compute a default cell size for a grid3d given a data range.
Syntax
public static double rComputeDefaultCellSize(
	CGXNETCore gxNetShared,
	double min_x,
	double max_x,
	double min_y,
	double max_y,
	double min_z,
	double max_z
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
min_x
Type: SystemDouble
MinX
max_x
Type: SystemDouble
MaxX
min_y
Type: SystemDouble
MinY
max_y
Type: SystemDouble
MaxY
min_z
Type: SystemDouble
MinZ
max_z
Type: SystemDouble
MaxZ

Return Value

Type: Double
Default Cell Size
See Also