Click or drag to resize
CVOXDGetDrawControls Method
Get the draw controls

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 GetDrawControls(
	ref int box,
	ref double trans,
	ref double min_x,
	ref double min_y,
	ref double min_z,
	ref double max_x,
	ref double max_y,
	ref double max_z
)

Parameters

box
Type: SystemInt32
Draw Bounding Box
trans
Type: SystemDouble
Transparency
min_x
Type: SystemDouble
Min X
min_y
Type: SystemDouble
Min Y
min_z
Type: SystemDouble
Min Z
max_x
Type: SystemDouble
Max X
max_y
Type: SystemDouble
Max Y
max_z
Type: SystemDouble
Max Z
See Also