Public Member Functions | |
__init__ (self, *args) | |
Overload 1: Constructor. | |
Width (self) | |
Returns the notch width in mm . | |
SetWidth (self, theWidth) | |
Sets notch width in mm . | |
Length (self) | |
Returns the notch length in mm . | |
SetLength (self, theLength) | |
Sets notch length in mm . | |
IsAtCorner (self) | |
Returns true if notch is placed at the corner of sheet and false otherwise. | |
SetIsAtCorner (self, theIsAtCorner) | |
Sets flag determining whether notch is at the corner of sheet. | |
![]() | |
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 notch. | |
Cast (theBase) | |
Describes a sheet metal notch.
Notch is the intrusion or cutting the section of the sheet metal at the edges. Notching is a shearing-related metalworking process that involves the use of a punch press to selectively cut unwanted material.
Shape() method returns ModelData.Wire for this class.
Notches have the following basic parameters: width in mm and length in mm.
manufacturingtoolkit.CadExMTK.SheetMetal_Notch.__init__ | ( | self, | |
* | args ) |
Overload 1: Constructor.
|
Overload 2: Constructor.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
Reimplemented in manufacturingtoolkit.CadExMTK.SheetMetal_StraightNotch, and manufacturingtoolkit.CadExMTK.SheetMetal_VNotch.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
|
static |
Returns true if theFeature is a notch.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
Reimplemented in manufacturingtoolkit.CadExMTK.SheetMetal_StraightNotch, and manufacturingtoolkit.CadExMTK.SheetMetal_VNotch.
manufacturingtoolkit.CadExMTK.SheetMetal_Notch.IsAtCorner | ( | self | ) |
Returns true if notch is placed at the corner of sheet and false otherwise.
manufacturingtoolkit.CadExMTK.SheetMetal_Notch.Length | ( | self | ) |
Returns the notch length in mm .
manufacturingtoolkit.CadExMTK.SheetMetal_Notch.SetIsAtCorner | ( | self, | |
theIsAtCorner ) |
Sets flag determining whether notch is at the corner of sheet.
manufacturingtoolkit.CadExMTK.SheetMetal_Notch.SetLength | ( | self, | |
theLength ) |
Sets notch length in mm .
The value must be more than zero, otherwise nothing happens.
manufacturingtoolkit.CadExMTK.SheetMetal_Notch.SetWidth | ( | self, | |
theWidth ) |
Sets notch width in mm .
The value must be more than zero, otherwise nothing happens.
manufacturingtoolkit.CadExMTK.SheetMetal_Notch.Width | ( | self | ) |
Returns the notch width in mm .