PiecewiseContour Geometry.hxx cadex/Drawing/Geometry.hxx. More...
Public Member Functions | |
| __init__ (self) | |
| Constructor. | |
| IsClosed (self) | |
| Returns true if the contour is closed. | |
| AddCurve (self, theCurve) | |
| NumberOfCurves (self) | |
| Curve (self, theIndex) | |
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) | |
PiecewiseContour Geometry.hxx cadex/Drawing/Geometry.hxx.
Describes drawing elements composed connected 2D curves.
Restriction - can only contain Geom.Curve2d if it's trimmed (i.e., IsTrimmed() returns true) and Geom.BSplineCurve2d.
| manufacturingtoolkit.CadExMTK.Drawing_PiecewiseContour.__init__ | ( | self | ) |
Constructor.
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Geometry.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Geometry.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Element.