#include <V3d_RectangularGrid.hxx>
Inheritance diagram for V3d_RectangularGrid:
Public Member Functions | |
Standard_EXPORT | V3d_RectangularGrid (const V3d_ViewerPointer &aViewer, const Quantity_Color &aColor, const Quantity_Color &aTenthColor) |
Standard_EXPORT void | SetColors (const Quantity_Color &aColor, const Quantity_Color &aTenthColor) |
Change the colors of the grid . | |
Standard_EXPORT void | Display () |
Display the grid at screen. . | |
Standard_EXPORT void | Erase () const |
Erase the grid from screen. . | |
Standard_EXPORT Standard_Boolean | IsDisplayed () const |
Returns TRUE when the grid is displayed at screen. . | |
Standard_EXPORT void | GraphicValues (Standard_Real &XSize, Standard_Real &YSize, Standard_Real &OffSet) const |
Standard_EXPORT void | SetGraphicValues (const Standard_Real XSize, const Standard_Real YSize, const Standard_Real OffSet) |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Member Functions | |
Standard_EXPORT void | UpdateDisplay () |
Updates the grid parameters. . | |
Private Member Functions | |
Standard_EXPORT void | DefineLines () |
Standard_EXPORT void | DefinePoints () |
Private Attributes | |
Handle_Graphic3d_Structure | myStructure |
Handle_Graphic3d_Group | myGroup1 |
Handle_Graphic3d_Group | myGroup2 |
gp_Ax3 | myCurViewPlane |
V3d_ViewerPointer | myViewer |
Standard_Boolean | myCurAreDefined |
Aspect_GridDrawMode | myCurDrawMode |
Standard_Real | myCurXo |
Standard_Real | myCurYo |
Standard_Real | myCurAngle |
Standard_Real | myCurXStep |
Standard_Real | myCurYStep |
Standard_Real | myXSize |
Standard_Real | myYSize |
Standard_Real | myOffSet |
|
|
|
|
|
|
|
Reimplemented from Aspect_Grid. |
|
Reimplemented from Aspect_Grid. |
|
|
|
Reimplemented from Aspect_RectangularGrid. |
|
Reimplemented from Aspect_Grid. |
|
Reimplemented from Aspect_Grid. |
|
|
|
Reimplemented from Aspect_Grid. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|