Defines the class of a graduated trihedron. It contains main style parameters for implementation of graduated trihedron.
More...
|
| Graphic3d_GraduatedTrihedron (const TCollection_AsciiString &theNamesFont="Arial", const Font_FontAspect &theNamesStyle=Font_FA_Bold, const Standard_Integer theNamesSize=12, const TCollection_AsciiString &theValuesFont="Arial", const Font_FontAspect &theValuesStyle=Font_FA_Regular, const Standard_Integer theValuesSize=12, const Standard_ShortReal theArrowsLength=30.0f, const Quantity_Color theGridColor=Quantity_NOC_WHITE, const Standard_Boolean theToDrawGrid=Standard_True, const Standard_Boolean theToDrawAxes=Standard_True) |
| Default constructor Constructs the default graduated trihedron with grid, X, Y, Z axes, and tickmarks. More...
|
|
Graphic3d_AxisAspect & | ChangeXAxisAspect () |
|
Graphic3d_AxisAspect & | ChangeYAxisAspect () |
|
Graphic3d_AxisAspect & | ChangeZAxisAspect () |
|
Graphic3d_AxisAspect & | ChangeAxisAspect (const Standard_Integer theIndex) |
|
const Graphic3d_AxisAspect & | XAxisAspect () const |
|
const Graphic3d_AxisAspect & | YAxisAspect () const |
|
const Graphic3d_AxisAspect & | ZAxisAspect () const |
|
const Graphic3d_AxisAspect & | AxisAspect (const Standard_Integer theIndex) const |
|
Standard_ShortReal | ArrowsLength () const |
|
void | SetArrowsLength (const Standard_ShortReal theValue) |
|
const Quantity_Color & | GridColor () const |
|
void | SetGridColor (const Quantity_Color &theColor) |
|
Standard_Boolean | ToDrawGrid () const |
|
void | SetDrawGrid (const Standard_Boolean theToDraw) |
|
Standard_Boolean | ToDrawAxes () const |
|
void | SetDrawAxes (const Standard_Boolean theToDraw) |
|
const TCollection_AsciiString & | NamesFont () const |
|
void | SetNamesFont (const TCollection_AsciiString &theFont) |
|
Font_FontAspect | NamesFontAspect () const |
|
void | SetNamesFontAspect (Font_FontAspect theAspect) |
|
Standard_Integer | NamesSize () const |
|
void | SetNamesSize (const Standard_Integer theValue) |
|
const TCollection_AsciiString & | ValuesFont () const |
|
void | SetValuesFont (const TCollection_AsciiString &theFont) |
|
Font_FontAspect | ValuesFontAspect () const |
|
void | SetValuesFontAspect (Font_FontAspect theAspect) |
|
Standard_Integer | ValuesSize () const |
|
void | SetValuesSize (const Standard_Integer theValue) |
|
Defines the class of a graduated trihedron. It contains main style parameters for implementation of graduated trihedron.
- See also
- OpenGl_GraduatedTrihedron