Click or drag to resize

CVOXDGetDrawControls Method

Get the draw controls

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
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
)

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