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)
 Creates a inconsistent bend issue from the SheetMetal_Bend object.
 
double ExpectedRadius ()
 Returns the expected radius in mm .
 
void SetExpectedRadius (double theRadius)
 Sets the expected radius in mm.
 
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 ()
 Returns the problematic sheet metal bend.
 
void SetBend (cadex.SheetMetal_Bend theBend)
 Sets the problematic sheet metal bend.
 
double ActualSheetThickness ()
 Returns the actual sheet thickness of analyzed part in mm .
 
void SetActualSheetThickness (double theThickness)
 Sets the actual sheet thickness in mm .
 
- 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 ()
 Resets reference to implementation object.
 
bool IsNull ()
 Returns true if the object is nullified.
 
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() [1/2]

cadex.DFMSheetMetal_InconsistentRadiusBendIssue.DFMSheetMetal_InconsistentRadiusBendIssue ( )
inline

Constructor.

◆ DFMSheetMetal_InconsistentRadiusBendIssue() [2/2]

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

Creates a inconsistent bend issue from the SheetMetal_Bend object.

Constructor.

Member Function Documentation

◆ ActualRadius()

double cadex.DFMSheetMetal_InconsistentRadiusBendIssue.ActualRadius ( )
inline

Returns the actual bend radius in mm .

Examples
sheet_metal/dfm_analyzer/Program.cs.

◆ CompareType()

static new bool cadex.DFMSheetMetal_InconsistentRadiusBendIssue.CompareType ( cadex.MTKBase_Feature theFeature)
inlinestatic

Returns true if theFeature is a DFM sheet metal inconsistent radius bend issue.

Examples
sheet_metal/dfm_analyzer/Program.cs.

◆ 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()