CurveSet Geometry.hxx cadex/Drawing/Geometry.hxx. More...
Public Member Functions | |
__init__ (self) | |
Constructor. | |
AddCurve (self, theCurve) | |
NumberOfCurves (self) | |
Returns the number of curves currently composing the element. | |
Curve (self, theIndex) | |
Returns the specified curve of the element. | |
![]() | |
SetUuid (self, theUuid) | |
Uuid (self) | |
Accept (self, theVisitor) | |
![]() | |
Id (self) | |
Return unique identifier of public object. | |
IsNull (self) | |
Static Public Member Functions | |
CompareType (theObject) | |
Cast (*args) | |
CurveSet Geometry.hxx cadex/Drawing/Geometry.hxx.
Describes drawing elements composed of 2D curves.
This geometric element encapsulates the portion of the view's geometry described with parametric 2D curves (more specifically, objects of classes derived from Geom.Curve2d).
manufacturingtoolkit.CadExMTK.Drawing_CurveSet.__init__ | ( | self | ) |
Constructor.
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Geometry.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Geometry.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Element.