 | CVOXDSetDrawControls Method |
Set the draw controls
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetDrawControls(
int box,
double trans,
double min_x,
double min_y,
double min_z,
double max_x,
double max_y,
double max_z
)
public void SetDrawControls(
int box,
double trans,
double min_x,
double min_y,
double min_z,
double max_x,
double max_y,
double max_z
)
Public Sub SetDrawControls (
box As Integer,
trans As Double,
min_x As Double,
min_y As Double,
min_z As Double,
max_x As Double,
max_y As Double,
max_z As Double
)
Public Sub SetDrawControls (
box As Integer,
trans As Double,
min_x As Double,
min_y As Double,
min_z As Double,
max_x As Double,
max_y As Double,
max_z As Double
)
public:
void SetDrawControls(
int box,
double trans,
double min_x,
double min_y,
double min_z,
double max_x,
double max_y,
double max_z
)
public:
void SetDrawControls(
int box,
double trans,
double min_x,
double min_y,
double min_z,
double max_x,
double max_y,
double max_z
)
member SetDrawControls :
box : int *
trans : float *
min_x : float *
min_y : float *
min_z : float *
max_x : float *
max_y : float *
max_z : float -> unit
member SetDrawControls :
box : int *
trans : float *
min_x : float *
min_y : float *
min_z : float *
max_x : float *
max_y : float *
max_z : float -> unit
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