Describes screw boss without top chamfer issues found during injection molding design analysis. More...
Public Member Functions | |
DFMMolding_NonChamferedScrewBossIssue () | |
Constructor. | |
DFMMolding_NonChamferedScrewBossIssue (const Molding_ScrewBoss &theScrewBoss) | |
Constructor. | |
![]() | |
const Molding_ScrewBoss & | ScrewBoss () const |
void | SetScrewBoss (const Molding_ScrewBoss &theScrewBoss) |
![]() | |
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 non chamfered screw boss issue. | |
![]() | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returns true if theFeature is a dfm molding screw boss issue. | |
![]() | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returnstrue if theFeature is a dfm issue. | |
Additional Inherited Members | |
![]() | |
typedef cadex::internal::DFMMoldingImpl_ScrewBossIssue | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
typedef cadex::internal::DFMBaseImpl_Issue | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
typedef cadex::internal::MTKBaseImpl_Feature | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
DFMMolding_ScrewBossIssue (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
DFMBase_Issue (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
MTKBase_Feature (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
ImplPtrType | myImpl |
Describes screw boss without top chamfer issues found during injection molding design analysis.
The non chamfered screw boss issues refer to situation when the screw boss doesn't contain top chamfer. Screw boss top chamfer improves the lead-in for fasteners and facilitate assembly operations. Top chamfer is required to to reduce potential assembly difficulties.
Contains screw boss that has no top chamfer.
cadex::DFMMolding_NonChamferedScrewBossIssue::DFMMolding_NonChamferedScrewBossIssue | ( | const Molding_ScrewBoss & | theScrewBoss | ) |
Constructor.
Creates a non chamfered screw boss issue from the Molding_ScrewBoss object.