Click or drag to resize
CVOXDSetDrawControls Method
Set 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 SetDrawControls(
	int i1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	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