Public Member Functions | |
__init__ (self, *args) | |
Constructor. | |
Length (self) | |
Returns the rib length in mm. | |
SetLength (self, theLength) | |
Sets length for the rib in mm. | |
Height (self) | |
Returns the rib height in mm. | |
SetHeight (self, theHeight) | |
Sets height for the rib in mm. | |
Thickness (self) | |
Returns the rib thickness in mm. | |
SetThickness (self, theThickness) | |
Sets thickness for the rib in mm. | |
DraftAngle (self) | |
Returns the rib draft angle in radians. | |
SetDraftAngle (self, theDraftAngle) | |
Sets draft angle for the rib in radians. | |
![]() | |
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 Rib. | |
Cast (theBase) | |
Describes a rib.
In Injection Molding, a "rib" feature refers to a thin, wall-like protrusion from the main body of the part that is designed to add support or strength to the structure. Ribs are used to prevent distortion and maintain the strength of the part without increasing the amount of plastic material used, which keeps cost and weight low.
Shape() method returns ModelData.Shell for this class.
"Ribs"
Rib has the following basic parameters: length in mm, height in mm, thickness in mm, and draft angle in radians.
![]()
Rib dimensions | ![]()
Rib draft angle |
manufacturingtoolkit.CadExMTK.Molding_Rib.__init__ | ( | self, | |
* | args ) |
Constructor.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
|
static |
Returns true if theFeature is a Rib.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
manufacturingtoolkit.CadExMTK.Molding_Rib.DraftAngle | ( | self | ) |
Returns the rib draft angle in radians.
manufacturingtoolkit.CadExMTK.Molding_Rib.Height | ( | self | ) |
Returns the rib height in mm.
manufacturingtoolkit.CadExMTK.Molding_Rib.Length | ( | self | ) |
Returns the rib length in mm.
manufacturingtoolkit.CadExMTK.Molding_Rib.SetDraftAngle | ( | self, | |
theDraftAngle ) |
manufacturingtoolkit.CadExMTK.Molding_Rib.SetHeight | ( | self, | |
theHeight ) |
manufacturingtoolkit.CadExMTK.Molding_Rib.SetLength | ( | self, | |
theLength ) |
manufacturingtoolkit.CadExMTK.Molding_Rib.SetThickness | ( | self, | |
theThickness ) |
manufacturingtoolkit.CadExMTK.Molding_Rib.Thickness | ( | self | ) |
Returns the rib thickness in mm.