Click or drag to resize
CVOXSetSimpleLocation Method
Set Simple Location information

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 SetSimpleLocation(
	double origin_x,
	double origin_y,
	double origin_z,
	double cell_x,
	double cell_y,
	double cell_z
)

Parameters

origin_x
Type: SystemDouble
Origin X
origin_y
Type: SystemDouble
Origin Y
origin_z
Type: SystemDouble
Origin Z
cell_x
Type: SystemDouble
Cell Sizes in X (<define>rDUMMY</define> if not changed)
cell_y
Type: SystemDouble
Cell Sizes in Y (<define>rDUMMY</define> if not changed)
cell_z
Type: SystemDouble
Cell Sizes in Z (<define>rDUMMY</define> if not changed)
See Also