Describes small wall draft angle issues found during injection molding design analysis. More...
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) |
![]() | |
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 bool | CompareType (const MTKBase_Feature &theFeature) |
Returnstrue if theFeature is a dfm issue. | |
Additional Inherited Members | |
![]() | |
typedef cadex::internal::DFMBaseImpl_Issue | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
typedef cadex::internal::MTKBaseImpl_Feature | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
DFMBase_Issue (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
MTKBase_Feature (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
ImplPtrType | myImpl |
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} \]
cadex::DFMMolding_SmallDraftAngleWallIssue::DFMMolding_SmallDraftAngleWallIssue | ( | const ModelData::Shell & | theWall | ) |
Constructor.
Creates a small draft angle wall issue from the Molding_Shell object.
double cadex::DFMMolding_SmallDraftAngleWallIssue::ActualDraftAngle | ( | ) | const |
Returns the actual wall draft angle in radians .
double cadex::DFMMolding_SmallDraftAngleWallIssue::ExpectedMinDraftAngle | ( | ) | const |
Returns the expected minimum draft angle in radians .
void cadex::DFMMolding_SmallDraftAngleWallIssue::SetActualDraftAngle | ( | double | theAngle | ) |
Sets the actual draft angle. theAngle should be greater than or equal to zero.
void cadex::DFMMolding_SmallDraftAngleWallIssue::SetExpectedMinDraftAngle | ( | double | theAngle | ) |
Sets the expected minimum draft angle. theAngle should be greater than or equal to zero.
void cadex::DFMMolding_SmallDraftAngleWallIssue::SetShape | ( | const ModelData::Shell & | theShell | ) |
Sets shape of the wall.
ModelData::Shell cadex::DFMMolding_SmallDraftAngleWallIssue::Shape | ( | ) | const |
Returns shape of the wall.