Geometry Geometry.hxx cadex/Drawing/Geometry.hxx Base class for geometry drawing elements. More...
Public Member Functions | |
| __init__ (self, *args, **kwargs) | |
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) | |
Geometry Geometry.hxx cadex/Drawing/Geometry.hxx Base class for geometry drawing elements.
| manufacturingtoolkit.CadExMTK.Geom_Geometry.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs ) |
Reimplemented from manufacturingtoolkit.CadExMTK.BaseObject.
Reimplemented in manufacturingtoolkit.CadExMTK.Geom_Circle, manufacturingtoolkit.CadExMTK.Geom_ConicalSurface, manufacturingtoolkit.CadExMTK.Geom_CylindricalSurface, manufacturingtoolkit.CadExMTK.Geom_Ellipse, manufacturingtoolkit.CadExMTK.Geom_Ellipse2d, manufacturingtoolkit.CadExMTK.Geom_Hyperbola, manufacturingtoolkit.CadExMTK.Geom_Hyperbola2d, manufacturingtoolkit.CadExMTK.Geom_OffsetCurve2d, manufacturingtoolkit.CadExMTK.Geom_OffsetSurface, manufacturingtoolkit.CadExMTK.Geom_Parabola, manufacturingtoolkit.CadExMTK.Geom_Parabola2d, manufacturingtoolkit.CadExMTK.Geom_Plane, manufacturingtoolkit.CadExMTK.Geom_SphericalSurface, and manufacturingtoolkit.CadExMTK.Geom_ToroidalSurface.