Public Member Functions | |
__init__ (self, *args) | |
Overload 1: Constructor. | |
Perimeter (self) | |
Returns the cutout perimeter in mm . | |
SetPerimeter (self, thePerimeter) | |
Sets the cutout perimeter in mm . | |
![]() | |
Shape (self) | |
Returns shape of the feature. | |
SetShape (self, theShape) | |
![]() | |
Nullify (self) | |
Resets reference to implementation object. | |
IsNull (self) | |
Returns true if the object is nullified. | |
IsEqual (self, theObject) | |
IsNotEqual (self, theObject) | |
Static Public Member Functions | |
CompareType (theFeature) | |
Returns true if theFeature is a cutout. | |
Cast (theBase) | |
manufacturingtoolkit.CadExMTK.SheetMetal_Cutout.__init__ | ( | self, | |
* | args ) |
Overload 1: Constructor.
|
Overload 2: Constructor.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
|
static |
Returns true if theFeature is a cutout.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
manufacturingtoolkit.CadExMTK.SheetMetal_Cutout.Perimeter | ( | self | ) |
Returns the cutout perimeter in mm .
manufacturingtoolkit.CadExMTK.SheetMetal_Cutout.SetPerimeter | ( | self, | |
thePerimeter ) |
Sets the cutout perimeter in mm .
The value must be more than zero, otherwise nothing happens.