Element Element.hxx cadex/Drawing/Element.hxx. More...
Public Member Functions | |
| __init__ (self) | |
| 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) | |
Element Element.hxx cadex/Drawing/Element.hxx.
Base class for drawing elements.
Drawing elements are objects that are contained in views and define the contents of a drawing. They include 2D geometry and view instances.
| manufacturingtoolkit.CadExMTK.Drawing_Element.__init__ | ( | self | ) |
Reimplemented from manufacturingtoolkit.CadExMTK.BaseObject.
Reimplemented in manufacturingtoolkit.CadExMTK.Drawing_AngularDimension, manufacturingtoolkit.CadExMTK.Drawing_CurveSet, manufacturingtoolkit.CadExMTK.Drawing_DiametricDimension, manufacturingtoolkit.CadExMTK.Drawing_Hatch, manufacturingtoolkit.CadExMTK.Drawing_LinearDimension, manufacturingtoolkit.CadExMTK.Drawing_PiecewiseContour, manufacturingtoolkit.CadExMTK.Drawing_PointSet, manufacturingtoolkit.CadExMTK.Drawing_RadialDimension, and manufacturingtoolkit.CadExMTK.Drawing_Text.