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

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

Inheritance diagram for cadex::DFMMolding_SmallDraftAngleWallIssue:
cadex::DFMBase_Issue cadex::MTKBase_Feature

Public Member Functions

 DFMMolding_SmallDraftAngleWallIssue ()
 Constructor.
 
 DFMMolding_SmallDraftAngleWallIssue (const ModelData::Shell &theWall)
 Constructor.
 
double ExpectedMinDraftAngle () const
 
void SetExpectedMinDraftAngle (double theAngle)
 
double ActualDraftAngle () const
 
void SetActualDraftAngle (double theAngle)
 
ModelData::Shell Shape () const
 
void SetShape (const ModelData::Shell &theShell)
 
- 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 wall 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::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::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 wall draft angle issues found during injection molding design analysis.

Proper draft angles are crucial for smooth part ejection in molding. This is essential to prevent production challenges and optimize product quality.

Contains wall that fails the following condition:

\[ \large A \geq Min A \]

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

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

Constructor & Destructor Documentation

◆ DFMMolding_SmallDraftAngleWallIssue()

cadex::DFMMolding_SmallDraftAngleWallIssue::DFMMolding_SmallDraftAngleWallIssue ( const ModelData::Shell & theWall)

Constructor.

Creates a small draft angle wall issue from the Molding_Shell object.

Member Function Documentation

◆ ActualDraftAngle()

double cadex::DFMMolding_SmallDraftAngleWallIssue::ActualDraftAngle ( ) const

Returns the actual wall draft angle in radians .

Examples
MTKConverter/Program.cs, and molding/dfm_analyzer/Program.cs.

◆ ExpectedMinDraftAngle()

double cadex::DFMMolding_SmallDraftAngleWallIssue::ExpectedMinDraftAngle ( ) const

◆ SetActualDraftAngle()

void cadex::DFMMolding_SmallDraftAngleWallIssue::SetActualDraftAngle ( double theAngle)

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

See also
ActualDraftAngle()

◆ SetExpectedMinDraftAngle()

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

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

See also
ExpectedMinDraftAngle()

◆ SetShape()

void cadex::DFMMolding_SmallDraftAngleWallIssue::SetShape ( const ModelData::Shell & theShell)

Sets shape of the wall.

See also
Shape()

◆ Shape()

ModelData::Shell cadex::DFMMolding_SmallDraftAngleWallIssue::Shape ( ) const

Returns shape of the wall.

See also
SetShape()