Click or drag to resize
CVOXGetSimpleLocation Method
Get 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 GetSimpleLocation(
	ref double origin_x,
	ref double origin_y,
	ref double origin_z,
	ref double cell_x,
	ref double cell_y,
	ref 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 uniform)
cell_y
Type: SystemDouble
Cell Sizes in Y (<define>rDUMMY</define> if not uniform)
cell_z
Type: SystemDouble
Cell Sizes in Z (<define>rDUMMY</define> if not uniform)
See Also