#include <V3d_CircularGrid.hxx>
Inheritance diagram for V3d_CircularGrid:
Public Member Functions | |
Standard_EXPORT | V3d_CircularGrid (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 &Radius, Standard_Real &OffSet) const |
Standard_EXPORT void | SetGraphicValues (const Standard_Real Radius, 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 | myCurStep |
Standard_Integer | myCurDivi |
Standard_Real | myRadius |
Standard_Real | myOffSet |
|
|
|
|
|
|
|
Reimplemented from Aspect_Grid. |
|
Reimplemented from Aspect_Grid. |
|
|
|
Reimplemented from Aspect_CircularGrid. |
|
Reimplemented from Aspect_Grid. |
|
Reimplemented from Aspect_Grid. |
|
|
|
Reimplemented from Aspect_Grid. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|