Click or drag to resize
CVOXSetOrigin Method
Set the Voxel Origin

Available since Oasis montaj version: 6.3.1
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void SetOrigin(
	int i1,
	double d2,
	double d3,
	double d4
)

Parameters

i1
Type: SystemInt32
Type of origin being set VOX_ORIGINConstant
d2
Type: SystemDouble
Origin X
d3
Type: SystemDouble
Origin Y
d4
Type: SystemDouble
Origin Z
See Also