PointSet Geometry.hxx cadex/Drawing/Geometry.hxx. More...
Public Member Functions | |
| __init__ (self) | |
| Constructor. | |
| AddPoint (self, thePoint) | |
| NumberOfPoints (self) | |
| Returns the number of points currently composing the element. | |
| Point (self, theIndex) | |
| Returns the specified point of the element. | |
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 (*args) | |
PointSet Geometry.hxx cadex/Drawing/Geometry.hxx.
Describes drawing elements composed of 2D points.
This geometric element encapsulates the portion of the view's geometry described with 2D points.
| manufacturingtoolkit.CadExMTK.Drawing_PointSet.__init__ | ( | self | ) |
Constructor.
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Geometry.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Geometry.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Element.