Click or drag to resize
CVOXGetLocation Method
Get 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 GetLocation(
	ref double origin_x,
	ref double origin_y,
	ref double origin_z,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

Parameters

origin_x
Type: SystemDouble
Origin X
origin_y
Type: SystemDouble
Origin Y
origin_z
Type: SystemDouble
Origin Z
vv_x
Type: GeoEngine.Core.GXNetXCVV
Cell sizes in X
vv_y
Type: GeoEngine.Core.GXNetXCVV
Cell sizes in Y
vv_z
Type: GeoEngine.Core.GXNetXCVV
Cell sizes in Z
See Also