Hide menu
Loading...
Searching...
No Matches
cadex.DFMMolding_NonChamferedScrewBossIssue Class Reference

Describes screw boss without top chamfer issues found during injection molding design analysis. More...

Inheritance diagram for cadex.DFMMolding_NonChamferedScrewBossIssue:
cadex.DFMMolding_ScrewBossIssue cadex.DFMBase_Issue cadex.MTKBase_Feature

Public Member Functions

 DFMMolding_NonChamferedScrewBossIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 DFMMolding_NonChamferedScrewBossIssue ()
 Constructor.
 
 DFMMolding_NonChamferedScrewBossIssue (cadex.Molding_ScrewBoss theScrewBoss)
 Constructor.
 
- Public Member Functions inherited from cadex.DFMMolding_ScrewBossIssue
 DFMMolding_ScrewBossIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
cadex.Molding_ScrewBoss ScrewBoss ()
 
void SetScrewBoss (cadex.Molding_ScrewBoss theScrewBoss)
 
- Public Member Functions inherited from cadex.DFMBase_Issue
 DFMBase_Issue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
- Public Member Functions inherited from cadex.MTKBase_Feature
 MTKBase_Feature (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 
 MTKBase_Feature ()
 Constructor.
 
void Nullify ()
 
bool IsNull ()
 
bool IsEqual (cadex.MTKBase_Feature theObject)
 
bool IsNotEqual (cadex.MTKBase_Feature theObject)
 

Static Public Member Functions

static new bool CompareType (cadex.MTKBase_Feature theFeature)
 Returns true if theFeature is a DFM molding non chamfered screw boss issue.
 
static new cadex.DFMMolding_NonChamferedScrewBossIssue Cast (cadex.MTKBase_Feature theBase)
 
- Static Public Member Functions inherited from cadex.DFMMolding_ScrewBossIssue
static new bool CompareType (cadex.MTKBase_Feature theFeature)
 Returns true if theFeature is a DFM molding screw boss issue.
 
static new cadex.DFMMolding_ScrewBossIssue Cast (cadex.MTKBase_Feature theBase)
 
- Static Public Member Functions inherited from cadex.DFMBase_Issue
static bool CompareType (cadex.MTKBase_Feature theFeature)
 Returnstrue if theFeature is a DFM issue.
 
static cadex.DFMBase_Issue Cast (cadex.MTKBase_Feature theBase)
 

Protected Member Functions

override void Dispose (bool disposing)
 
- Protected Member Functions inherited from cadex.DFMMolding_ScrewBossIssue
override void Dispose (bool disposing)
 

Detailed Description

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.

See also
DFMMolding_Analyzer, Molding_ScrewBoss
Examples
molding/dfm_analyzer/Program.cs, and molding/dfm_analyzer/main.cxx.

Constructor & Destructor Documentation

◆ DFMMolding_NonChamferedScrewBossIssue()

cadex.DFMMolding_NonChamferedScrewBossIssue.DFMMolding_NonChamferedScrewBossIssue ( cadex.Molding_ScrewBoss theScrewBoss)
inline

Constructor.

Creates a non chamfered screw boss issue from the Molding_ScrewBoss object.

Member Function Documentation

◆ Dispose()

override void cadex.DFMMolding_NonChamferedScrewBossIssue.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from cadex.DFMBase_Issue.