Open CASCADE Technology 6.6.0
|
#include <Draw_Grid.hxx>
Public Member Functions | |
Draw_Grid () | |
Creates a grid. | |
void | Steps (const Standard_Real StepX, const Standard_Real StepY, const Standard_Real StepZ) |
Sets the steps along the X, Y & Z axis. | |
Standard_Real | StepX () const |
Returns the step along the X axis. | |
Standard_Real | StepY () const |
Returns the step along the Y axis. | |
Standard_Real | StepZ () const |
Returns the step along the Z axis. | |
Standard_Boolean | IsActive () const |
Returns if the grid is active or not. | |
void | DrawOn (Draw_Display &Out) const |
Displays the grid. |
Draw_Grid::Draw_Grid | ( | ) |
void Draw_Grid::DrawOn | ( | Draw_Display & | Out | ) | const [virtual] |
Implements Draw_Drawable3D.
Standard_Boolean Draw_Grid::IsActive | ( | ) | const |
void Draw_Grid::Steps | ( | const Standard_Real | StepX, |
const Standard_Real | StepY, | ||
const Standard_Real | StepZ | ||
) |
Standard_Real Draw_Grid::StepX | ( | ) | const |
Standard_Real Draw_Grid::StepY | ( | ) | const |
Standard_Real Draw_Grid::StepZ | ( | ) | const |