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

Describes irregular notch corner fillet radius issue found during sheet metal design analysis. More...

Inheritance diagram for cadex.DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue:
cadex.DFMBase_Issue cadex.MTKBase_Feature

Public Member Functions

 DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue ()
 Constructor.
 
 DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue (cadex.SheetMetal_StraightNotch theNotch)
 Constructor.
 
cadex.SheetMetal_StraightNotch Notch ()
 
void SetNotch (cadex.SheetMetal_StraightNotch theNotch)
 
double ExpectedCornerFilletRadiusToSheetThicknessRatio ()
 
void SetExpectedCornerFilletRadiusToSheetThicknessRatio (double theRatio)
 
double ExpectedCornerFilletRadius ()
 
double ActualCornerFilletRadius ()
 
double ActualSheetThickness ()
 
void SetActualSheetThickness (double theThickness)
 
- 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 sheet metal irregular corner fillet radius notch issue.
 
static new cadex.DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue 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)
 

Detailed Description

Describes irregular notch corner fillet radius issue found during sheet metal design analysis.

If the ratio of the notch corner fillet radius to the thickness of the sheet metal is irregular, this can lead to problems in the production of notches. Straight corners of the notch can be difficult to shear cleanly without causing deformation or fractures in the material. Rounded corners help distribute cutting force more evenly, reducing the chance of warping or breaking and providing a cleaner, more precise cut.

Contains notch with corner fillet radii that don't meet the following condition:

\[ \large R_n = T * Rt \]

\[ \begin{aligned} & \small R_n - \text{actual notch corner fillet radius} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected notch corner fillet radius to sheet thickness ratio} \end{aligned} \]

See also
DFMSheetMetal_Analyzer, DFMSheetMetal_AnalyzerParameters, SheetMetal_StraightNotch
Examples
sheet_metal/dfm_analyzer/Program.cs, and sheet_metal/dfm_analyzer/main.cxx.

Member Function Documentation

◆ ActualCornerFilletRadius()

double cadex.DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue.ActualCornerFilletRadius ( )
inline

Returns actual notch corner fillet radius in mm .

See also
Notch()
Examples
sheet_metal/dfm_analyzer/Program.cs.

◆ ActualSheetThickness()

double cadex.DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue.ActualSheetThickness ( )
inline

Returns actual sheet thickness in mm .

See also
SetActualSheetThickness()

◆ Dispose()

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

Reimplemented from cadex.DFMBase_Issue.

◆ ExpectedCornerFilletRadius()

double cadex.DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue.ExpectedCornerFilletRadius ( )
inline

Returns expected notch corner fillet radius in mm .

\[ \large R_n = T * Rt \]

\[ \begin{aligned} & \small R_n - \text{actual notch corner fillet radius} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected notch corner fillet radius to sheet thickness ratio} \end{aligned} \]

See also
ExpectedCornerFilletRadiusToSheetThicknessRatio(), ActualSheetThickness()
Examples
sheet_metal/dfm_analyzer/Program.cs.

◆ ExpectedCornerFilletRadiusToSheetThicknessRatio()

double cadex.DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue.ExpectedCornerFilletRadiusToSheetThicknessRatio ( )
inline

◆ Notch()

cadex.SheetMetal_StraightNotch cadex.DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue.Notch ( )
inline

Returns the problematic sheet metal notch.

See also
SetNotch()

◆ SetActualSheetThickness()

void cadex.DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue.SetActualSheetThickness ( double theThickness)
inline

Sets actual sheet thickness in mm . theThickness should be greater than zero.

See also
ActualSheetThickness()

◆ SetExpectedCornerFilletRadiusToSheetThicknessRatio()

void cadex.DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue.SetExpectedCornerFilletRadiusToSheetThicknessRatio ( double theRatio)
inline

Sets expected notch corner fillet radius to sheet thickness ratio. theRatio should be greater than zero.

See also
ExpectedCornerFilletRadiusToSheetThicknessRatio()

◆ SetNotch()

void cadex.DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue.SetNotch ( cadex.SheetMetal_StraightNotch theNotch)
inline

Sets the problematic sheet metal notch.

See also
Notch()