Especially - API Documentation
( float origin_x, float origin_y, float origin_z,
float x_neg, float x_pos, float y_neg,
float y_pos, float z_neg, float z_pos,
bool specialfunc, float color_x_red,
float color_x_green, float color_x_blue,
float color_y_red, float color_y_green,
float color_y_blue, float color_z_red,
float color_z_green, float color_z_blue )
A global function.
Documentation
A global function.
Draws a 3D-coordinate system along the x-y-z-plane
- Parameters:
- origin_x - [float] x-position of the center
origin_y - [float] y-position of the center
origin_z - [float] z-position of the center
x_neg - [float] the number of negative units
x_pos - [float] the number of positive units
y_neg - [float] the number of negative units
y_pos - [float] the number of positive units
z_neg - [float] the number of negative units
z_pos - [float] the number of positive units
specialfunc - [bool] activates rotating and zooming for this system only
color_x_red - [float] color of the x-axis, value from 0-255
color_x_green - [float] color of the x-axis, value from 0-255
color_x_blue - [float] color of the x-axis, value from 0-255
color_y_red - [float] color of the y-axis, value from 0-255
color_y_green - [float] color of the y-axis, value from 0-255
color_y_blue - [float] color of the y-axis, value from 0-255
color_z_red - [float] color of the z-axis, value from 0-255
color_z_green - [float] color of the z-axis, value from 0-255
color_z_blue - [float] color of the z-axis, value from 0-255
- Returns:
- true or false
- See Also:
- ES_coorsys1d_x, ES_coorsys1d_y, ES_coorsys2d
Alphabetic index
This page was generated with the help of DOC++.