Public Member Functions | |
__init__ (self, *args) | |
Overload 1: Constructor. | |
Width (self) | |
Returns the tab width in mm . | |
SetWidth (self, theWidth) | |
Sets tab width in mm . | |
Length (self) | |
Returns the tab length in mm . | |
SetLength (self, theLength) | |
Sets tab length 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 tab. | |
Cast (theBase) | |
Describes a sheet metal tab.
Tab is the rectangular ledge for the face. They are often used for fitting together several pieces to create the precise mate during assembly.
Shape() method returns ModelData.Wire for this class.
Tabs have the following basic parameters: width in mm and length in mm.
manufacturingtoolkit.CadExMTK.SheetMetal_Tab.__init__ | ( | self, | |
* | args ) |
Overload 1: Constructor.
|
Overload 2: Constructor. Creates tab with specified width and depth.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
|
static |
Returns true if theFeature is a tab.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
manufacturingtoolkit.CadExMTK.SheetMetal_Tab.Length | ( | self | ) |
Returns the tab length in mm .
manufacturingtoolkit.CadExMTK.SheetMetal_Tab.SetLength | ( | self, | |
theLength ) |
Sets tab length in mm .
The value must be more than zero, otherwise nothing happens.
manufacturingtoolkit.CadExMTK.SheetMetal_Tab.SetWidth | ( | self, | |
theWidth ) |
manufacturingtoolkit.CadExMTK.SheetMetal_Tab.Width | ( | self | ) |
Returns the tab width in mm .