Hide menu
Loading...
Searching...
No Matches
cadex::DFMMolding_SmallDraftAngleScrewBossIssue Class Reference

Describes small screw boss draft angle issues found during injection molding design analysis. More...

Inheritance diagram for cadex::DFMMolding_SmallDraftAngleScrewBossIssue:
cadex::DFMMolding_ScrewBossIssue cadex::DFMBase_Issue cadex::MTKBase_Feature

Public Member Functions

 DFMMolding_SmallDraftAngleScrewBossIssue ()
 Constructor.
 
 DFMMolding_SmallDraftAngleScrewBossIssue (const Molding_ScrewBoss &theScrewBoss)
 Constructor.
 
double ExpectedMinDraftAngle () const
 
void SetExpectedMinDraftAngle (double theAngle)
 
double ActualDraftAngle () const
 
- Public Member Functions inherited from cadex::DFMMolding_ScrewBossIssue
const Molding_ScrewBossScrewBoss () const
 
void SetScrewBoss (const Molding_ScrewBoss &theScrewBoss)
 
- Public Member Functions inherited from cadex::MTKBase_Feature
 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 dfm molding small draft angle screw boss issue.
 
- Static Public Member Functions inherited from cadex::DFMMolding_ScrewBossIssue
static bool CompareType (const MTKBase_Feature &theFeature)
 Returns true if theFeature is a dfm molding screw boss issue.
 
- Static Public Member Functions inherited from cadex::DFMBase_Issue
static bool CompareType (const MTKBase_Feature &theFeature)
 Returnstrue if theFeature is a dfm issue.
 

Additional Inherited Members

- Public Types inherited from cadex::DFMMolding_ScrewBossIssue
typedef cadex::internal::DFMMoldingImpl_ScrewBossIssue ImplType
 
typedef std::shared_ptr< ImplType > ImplPtrType
 
- Public Types inherited from cadex::DFMBase_Issue
typedef cadex::internal::DFMBaseImpl_Issue ImplType
 
typedef std::shared_ptr< ImplType > ImplPtrType
 
- Public Types inherited from cadex::MTKBase_Feature
typedef cadex::internal::MTKBaseImpl_Feature ImplType
 
typedef std::shared_ptr< ImplType > ImplPtrType
 
- Protected Member Functions inherited from cadex::DFMMolding_ScrewBossIssue
 DFMMolding_ScrewBossIssue (ImplPtrType theImpl)
 Reserved for internal use.
 
- Protected Member Functions inherited from cadex::DFMBase_Issue
 DFMBase_Issue (ImplPtrType theImpl)
 Reserved for internal use.
 
- Protected Member Functions inherited from cadex::MTKBase_Feature
 MTKBase_Feature (ImplPtrType theImpl)
 Reserved for internal use.
 
- Protected Attributes inherited from cadex::MTKBase_Feature
ImplPtrType myImpl
 

Detailed Description

Describes small screw boss draft angle issues found during injection molding design analysis.

The small screw boss draft angle issue is similar to the small rib draft angle issue. Proper draft angles are crucial for smooth part ejection in molding. This is essential to prevent production challenges and optimize product quality.

Contains screw boss that fails the following condition:

\[ \large A \geq Min A \]

\[ \begin{aligned} & \small A - \text{analyzed screw boss draft angle} \\ & \small Min A - \text{minimum screw boss draft angle} \\ \end{aligned} \]

See also
DFMMolding_Analyzer, DFMMolding_AnalyzerParameters.MinScrewBossDraftAngle(), Molding_ScrewBoss
Examples
MTKConverter/Program.cs, MTKConverter/main.cxx, molding/dfm_analyzer/Program.cs, and molding/dfm_analyzer/main.cxx.

Constructor & Destructor Documentation

◆ DFMMolding_SmallDraftAngleScrewBossIssue()

cadex::DFMMolding_SmallDraftAngleScrewBossIssue::DFMMolding_SmallDraftAngleScrewBossIssue ( const Molding_ScrewBoss & theScrewBoss)

Constructor.

Creates a small draft angle ScrewBoss issue from the Molding_ScrewBoss object.

Member Function Documentation

◆ ActualDraftAngle()

double cadex::DFMMolding_SmallDraftAngleScrewBossIssue::ActualDraftAngle ( ) const

Returns the actual screw boss draft angle in radians .

See also
ScrewBoss()
Examples
MTKConverter/Program.cs, and molding/dfm_analyzer/Program.cs.

◆ ExpectedMinDraftAngle()

double cadex::DFMMolding_SmallDraftAngleScrewBossIssue::ExpectedMinDraftAngle ( ) const

◆ SetExpectedMinDraftAngle()

void cadex::DFMMolding_SmallDraftAngleScrewBossIssue::SetExpectedMinDraftAngle ( double theAngle)

Sets the expected minimum draft angle. theAngle should be greater than or equal to zero.

See also
ExpectedMinDraftAngle()