Text Text.hxx cadex/Text.hxx. More...
Public Member Functions | |
| __init__ (self, *args) | |
| Constructor. | |
| SetText (self, theText) | |
| Sets a text. | |
| GetText (self) | |
| Returns a text. | |
| SetTextOrigin (self, theTextOrigin) | |
| TextOrigin (self) | |
| Returns a position of the text on the 2d plane. | |
| SetFontSize (self, theFontSize) | |
| FontSize (self) | |
| SetTextProperties (self, theTextProperties) | |
| TextProperties (self) | |
| Returns the properties of dimension text. | |
Public Member Functions inherited from manufacturingtoolkit.CadExMTK.Drawing_Element | |
| SetUuid (self, theUuid) | |
| Uuid (self) | |
| Accept (self, theVisitor) | |
Public Member Functions inherited from manufacturingtoolkit.CadExMTK.BaseObject | |
| Id (self) | |
| Return unique identifier of public object. | |
| IsNull (self) | |
| IsEqual (self, theObj) | |
| __hash__ (self) | |
| __eq__ (self, other) | |
Static Public Member Functions | |
| CompareType (theObject) | |
| Cast (theBase) | |
Text Text.hxx cadex/Text.hxx.
Defines a text for drawing.
| manufacturingtoolkit.CadExMTK.Drawing_Text.__init__ | ( | self, | |
| * | args ) |
Constructor.
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Element.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Element.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Element.