Click or drag to resize
CVOXDGetDrawControls Method
Get the draw controls

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 GetDrawControls(
	ref int i1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5,
	ref double d6,
	ref double d7,
	ref double d8
)

Parameters

i1
Type: SystemInt32
Draw Bounding Box
d2
Type: SystemDouble
Transparency
d3
Type: SystemDouble
Min X
d4
Type: SystemDouble
Min Y
d5
Type: SystemDouble
Min Z
d6
Type: SystemDouble
Max X
d7
Type: SystemDouble
Max Y
d8
Type: SystemDouble
Max Z
See Also