|
| | Molding_ScrewBoss () |
| | Constructor.
|
| |
| | Molding_ScrewBoss (double theHeight, double theCoreDepth, double theOuterRadius, double theInnerRadius) |
| | Constructor.
|
| |
| double | OuterRadius () const |
| | Returns a screw boss outer radius in mm.
|
| |
| void | SetOuterRadius (double theOuterRadius) |
| | Sets outer radius for a screw boss in mm.
|
| |
| double | InnerRadius () const |
| | Returns a screw boss inner radius in mm.
|
| |
| void | SetInnerRadius (double theInnerRadius) |
| | Sets inner radius for a screw boss in mm.
|
| |
| double | Thickness () const |
| | Returns a screw boss thickness in mm.
|
| |
| double | DraftAngle () const |
| | Returns a screw boss draft angle in mm.
|
| |
| void | SetDraftAngle (double theDraftAngle) |
| | Sets draft angle for a screw boss in mm.
|
| |
| double | CoreDepth () const |
| | Returns a screw boss core depth in mm.
|
| |
| void | SetCoreDepth (double theCoreDepth) |
| | Sets core depth for a screw boss in mm.
|
| |
| | MTKBase_Boss () |
| | Constructor.
|
| |
| | MTKBase_Boss (double theWidth, double theLength, double theHeight) |
| | Constructor.
|
| |
| double | Width () const |
| | Returns the boss width in mm.
|
| |
| void | SetWidth (double theWidth) |
| | Sets width for boss in mm.
|
| |
| double | Length () const |
| | Returns the boss length in mm .
|
| |
| void | SetLength (double theLength) |
| | Sets length for boss in mm.
|
| |
| double | Height () const |
| | Returns the boss Height in mm .
|
| |
| void | SetHeight (double theHeight) |
| | Sets Height for boss in mm.
|
| |
| | MTKBase_ShapeFeature () |
| | Constructor.
|
| |
| | MTKBase_ShapeFeature (const ModelData::Shape &theShape) |
| | Constructor.
|
| |
| const ModelData::Shape & | Shape () const |
| | Returns shape of the feature.
|
| |
| void | SetShape (const ModelData::Shape &theShape) |
| | Sets shape of the feature.
|
| |
| | MTKBase_Feature () |
| | Constructor.
|
| |
| | ~MTKBase_Feature () |
| | Destructor.
|
| |
| void | Nullify () |
| | Resets reference to implementation object.
|
| |
| bool | IsNull () const |
| | Returns true if the object is nullified.
|
| |
| | 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 |
| |
|
|
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
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
|
- Examples
- molding/feature_recognizer/Program.cs, and molding/feature_recognizer/main.cxx.