Click or drag to resize
CVOXRescaleCellSizes Method
Multiply all cell sizes by a fixed factor.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This is useful, for instance for converting sizes in one unit to sizes in another unit if changing the projection and the projection's unit changes, since the voxel inherits its projection's units.
Syntax
public void RescaleCellSizes(
	double d1
)

Parameters

d1
Type: SystemDouble
Scaling factor (>0)
See Also