Public Member Functions | |
| __init__ (self, *args) | |
| Overload 1: | |
| Depth (self) | |
| Returns the bead depth in mm . | |
| SetDepth (self, theDepth) | |
| Sets bead depth in mm. | |
Public Member Functions inherited from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature | |
| Shape (self) | |
| Returns shape of the feature. | |
| SetShape (self, theShape) | |
Public Member Functions inherited from manufacturingtoolkit.CadExMTK.MTKBase_Feature | |
| 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 bead. | |
| Cast (theBase) | |
Describes a sheet metal bead.
Beads are recesses in sheet metal. They can be produced with punching machine. Line-shaped beads are used to make sheet metal surfaces more rugged and durable.
Shape() method returns ModelData.Shell for this class.
Beads have the following basic parameter: depth in mm.
| manufacturingtoolkit.CadExMTK.SheetMetal_Bead.__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 bead.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
| manufacturingtoolkit.CadExMTK.SheetMetal_Bead.Depth | ( | self | ) |
Returns the bead depth in mm .
| manufacturingtoolkit.CadExMTK.SheetMetal_Bead.SetDepth | ( | self, | |
| theDepth ) |