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

Describes inconsistent radius bend issues found during sheet metal design analysis. More...

Inheritance diagram for cadex.DFMSheetMetal_InconsistentRadiusBendIssue:
cadex.DFMSheetMetal_BendIssue cadex.DFMBase_Issue cadex.MTKBase_Feature

Public Member Functions

 DFMSheetMetal_InconsistentRadiusBendIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 DFMSheetMetal_InconsistentRadiusBendIssue ()
 Constructor.
 
 DFMSheetMetal_InconsistentRadiusBendIssue (cadex.SheetMetal_Bend theBend)
 Constructor.
 
double ExpectedRadius ()
 
void SetExpectedRadius (double theRadius)
 
double ActualRadius ()
 Returns the actual bend radius in mm .
 
- Public Member Functions inherited from cadex.DFMSheetMetal_BendIssue
 DFMSheetMetal_BendIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
cadex.SheetMetal_Bend Bend ()
 
void SetBend (cadex.SheetMetal_Bend theBend)
 
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 inconsistent radius bend issue.
 
static new cadex.DFMSheetMetal_InconsistentRadiusBendIssue Cast (cadex.MTKBase_Feature theBase)
 
- Static Public Member Functions inherited from cadex.DFMSheetMetal_BendIssue
static new bool CompareType (cadex.MTKBase_Feature theFeature)
 Returns true if theFeature is a DFM sheet metal bend issue.
 
static new cadex.DFMSheetMetal_BendIssue 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 inconsistent radius bend issues found during sheet metal design analysis.

This issue occurs when the radius of a bend varies from one section to another, resulting in uneven distribution of stress and strain in the part. Avoiding variety in bend radii help to minimize setup changes during the manufacturing process. When the bend radius is consistent, the machine settings can be standardized, which means that less time will be spent making adjustments between parts. This can help to reduce production time and costs, as well as improve the overall quality of the finished product.

Note
This issue can contain only SheetMetal_Bend objects and NOT SheetMetal_HemBend or SheetMetal_CurvedBend. Because inconsistent radius bend analysis carried out only for simple bends (SheetMetal_Bend) and simple bends inside compound bends (SheetMetal_CompoundBend.FeatureList()).
See also
DFMSheetMetal_Analyzer
Examples
sheet_metal/dfm_analyzer/Program.cs, and sheet_metal/dfm_analyzer/main.cxx.

Constructor & Destructor Documentation

◆ DFMSheetMetal_InconsistentRadiusBendIssue()

cadex.DFMSheetMetal_InconsistentRadiusBendIssue.DFMSheetMetal_InconsistentRadiusBendIssue ( cadex.SheetMetal_Bend theBend)
inline

Constructor.

Creates a inconsistent bend issue from the SheetMetal_Bend object.

Member Function Documentation

◆ Dispose()

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

Reimplemented from cadex.DFMSheetMetal_BendIssue.

◆ ExpectedRadius()

double cadex.DFMSheetMetal_InconsistentRadiusBendIssue.ExpectedRadius ( )
inline

Returns the expected radius in mm .

Expected radius is the most common bend radius in analyzed part.

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

◆ SetExpectedRadius()

void cadex.DFMSheetMetal_InconsistentRadiusBendIssue.SetExpectedRadius ( double theRadius)
inline

Sets the expected radius in mm. theRadius should be greater than zero.

See also
ExpectedRadius()