Describes a screw boss. In injection molding, the Screw Boss is essentially a cylindrical protrusion with a threaded hole that is designed to receive a screw or threaded fastener. This feature serves as a reliable point of attachment for assembling various parts together, such as attaching the plastic part to another component or securing multiple plastic parts together.
The main purpose of the Screw Boss is to provide a durable and convenient method for fastening parts, eliminating the need for additional hardware like nuts or inserts. By integrating the Screw Boss directly into the mold design, it becomes a permanent part of the plastic component, enhancing the overall strength and integrity of the assembly.
More...
Public Member Functions | |
Molding_ScrewBoss () | |
Constructor. | |
Molding_ScrewBoss (double theHeight, double theCoreDepth, double theOuterRadius, double theInnerRadius) | |
Constructor. | |
double | OuterRadius () const |
void | SetOuterRadius (double theOuterRadius) |
double | InnerRadius () const |
void | SetInnerRadius (double theInnerRadius) |
double | Thickness () const |
double | DraftAngle () const |
void | SetDraftAngle (double theDraftAngle) |
double | CoreDepth () const |
void | SetCoreDepth (double theCoreDepth) |
![]() | |
MTKBase_Boss () | |
Constructor. | |
MTKBase_Boss (double theWidth, double theLength, double theHeight) | |
Constructor. | |
double | Width () const |
void | SetWidth (double theWidth) |
double | Length () const |
void | SetLength (double theLength) |
double | Height () const |
void | SetHeight (double theHeight) |
![]() | |
MTKBase_ShapeFeature () | |
Constructor. | |
MTKBase_ShapeFeature (const ModelData::Shape &theShape) | |
Constructor. | |
const ModelData::Shape & | Shape () const |
void | SetShape (const ModelData::Shape &theShape) |
![]() | |
MTKBase_Feature () | |
Constructor. | |
~MTKBase_Feature () | |
Destructor. | |
void | Nullify () |
bool | IsNull () const |
operator bool () const | |
Casts the object to the bool type. | |
template<typename T > | |
bool | IsOfType () const |
ImplType * | Impl () const |
template<typename T > | |
T * | Impl () const |
Reserved for internal use. | |
bool | operator== (const MTKBase_Feature &theObject) const |
bool | operator!= (const MTKBase_Feature &theObject) const |
Static Public Member Functions | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returns true if theFeature is a molding Screw Boss. | |
![]() | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returnstrue if theFeature is a Boss. | |
![]() | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returnstrue if theFeature is a shape feature. | |
Additional Inherited Members | |
![]() | |
typedef cadex::internal::MTKBaseImpl_Boss | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
typedef cadex::internal::MTKBaseImpl_ShapeFeature | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
typedef cadex::internal::MTKBaseImpl_Feature | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
MTKBase_Boss (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
MTKBase_ShapeFeature (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
MTKBase_Feature (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
ImplPtrType | myImpl |
Describes a screw boss. In injection molding, the Screw Boss is essentially a cylindrical protrusion with a threaded hole that is designed to receive a screw or threaded fastener. This feature serves as a reliable point of attachment for assembling various parts together, such as attaching the plastic part to another component or securing multiple plastic parts together.
The main purpose of the Screw Boss is to provide a durable and convenient method for fastening parts, eliminating the need for additional hardware like nuts or inserts. By integrating the Screw Boss directly into the mold design, it becomes a permanent part of the plastic component, enhancing the overall strength and integrity of the assembly.
Shape() method returns ModelData::Shell for this class.
Screw Boss has the following basic parameters: height in mm, outer radius in mm, inner radius in mm, thickness in mm, and draft angle in radians.
![]()
Screw Boss dimensions | ![]()
Screw Boss draft angle |
cadex::Molding_ScrewBoss::Molding_ScrewBoss | ( | double | theHeight, |
double | theCoreDepth, | ||
double | theOuterRadius, | ||
double | theInnerRadius ) |
Constructor.
Creates a molding screw boss from height, core depth, outer and inner radii.
double cadex::Molding_ScrewBoss::CoreDepth | ( | ) | const |
Returns a screw boss core depth in mm.
double cadex::Molding_ScrewBoss::DraftAngle | ( | ) | const |
Returns a screw boss draft angle in mm.
double cadex::Molding_ScrewBoss::InnerRadius | ( | ) | const |
Returns a screw boss inner radius in mm.
double cadex::Molding_ScrewBoss::OuterRadius | ( | ) | const |
Returns a screw boss outer radius in mm.
void cadex::Molding_ScrewBoss::SetCoreDepth | ( | double | theCoreDepth | ) |
Sets core depth for a screw boss in mm. The value must be more than zero.
void cadex::Molding_ScrewBoss::SetDraftAngle | ( | double | theDraftAngle | ) |
Sets draft angle for a screw boss in mm. The value must be more than zero.
void cadex::Molding_ScrewBoss::SetInnerRadius | ( | double | theInnerRadius | ) |
Sets inner radius for a screw boss in mm. The value must be more than zero.
void cadex::Molding_ScrewBoss::SetOuterRadius | ( | double | theOuterRadius | ) |
Sets outer radius for a screw boss in mm. The value must be more than zero.
double cadex::Molding_ScrewBoss::Thickness | ( | ) | const |
Returns a screw boss thickness in mm.