Open CASCADE Technology 6.6.0
|
#include <TestTopOpeDraw_DrawableMesure.hxx>
Public Member Functions | |
TestTopOpeDraw_DrawableMesure (const TestTopOpeTools_Mesure &M, const Draw_Color &CurveColor, const Draw_Color &TextColor, const Standard_Real ScaleX=1.0, const Standard_Real ScaleY=1.0) | |
void | SetScale (const Standard_Real ScaleX, const Standard_Real ScaleY) |
void | SetScaleX (const Standard_Real ScaleX) |
void | SetScaleY (const Standard_Real ScaleY) |
void | SetName (const TCollection_AsciiString &Name) |
virtual gp_Pnt | Pnt () const |
const Handle_TColgp_HArray1OfPnt & | Pnts () const |
void | Clear () |
virtual void | Whatis (Draw_Interpretor &I) const |
For variable whatis command. | |
virtual void | DrawOn (Draw_Display &dis) const |
this is defined only to tell C++ not to complain about inheriting a pure virtual method. |
TestTopOpeDraw_DrawableMesure::TestTopOpeDraw_DrawableMesure | ( | const TestTopOpeTools_Mesure & | M, |
const Draw_Color & | CurveColor, | ||
const Draw_Color & | TextColor, | ||
const Standard_Real | ScaleX = 1.0 , |
||
const Standard_Real | ScaleY = 1.0 |
||
) |
void TestTopOpeDraw_DrawableMesure::Clear | ( | ) |
virtual void TestTopOpeDraw_DrawableMesure::DrawOn | ( | Draw_Display & | dis | ) | const [virtual] |
Reimplemented from TestTopOpeDraw_DrawableC3D.
virtual gp_Pnt TestTopOpeDraw_DrawableMesure::Pnt | ( | ) | const [virtual] |
Reimplemented from TestTopOpeDraw_DrawableC3D.
const Handle_TColgp_HArray1OfPnt& TestTopOpeDraw_DrawableMesure::Pnts | ( | ) | const |
void TestTopOpeDraw_DrawableMesure::SetName | ( | const TCollection_AsciiString & | Name | ) |
void TestTopOpeDraw_DrawableMesure::SetScale | ( | const Standard_Real | ScaleX, |
const Standard_Real | ScaleY | ||
) |
void TestTopOpeDraw_DrawableMesure::SetScaleX | ( | const Standard_Real | ScaleX | ) |
void TestTopOpeDraw_DrawableMesure::SetScaleY | ( | const Standard_Real | ScaleY | ) |
virtual void TestTopOpeDraw_DrawableMesure::Whatis | ( | Draw_Interpretor & | I | ) | const [virtual] |
Reimplemented from TestTopOpeDraw_DrawableC3D.