Click or drag to resize
CVOXSetSimpleLocation Method
Set Simple Location information

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void SetSimpleLocation(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6
)

Parameters

d1
Type: SystemDouble
Origin X
d2
Type: SystemDouble
Origin Y
d3
Type: SystemDouble
Origin Z
d4
Type: SystemDouble
Cell Sizes in X (rDUMMY if not changed)
d5
Type: SystemDouble
Cell Sizes in Y (rDUMMY if not changed)
d6
Type: SystemDouble
Cell Sizes in Z (rDUMMY if not changed)
See Also