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

Describes a base class for bend issues found during sheet metal design analysis. More...

Inheritance diagram for cadex.DFMSheetMetal_BendIssue:
cadex.DFMBase_Issue cadex.MTKBase_Feature cadex.DFMSheetMetal_InconsistentRadiusBendIssue cadex.DFMSheetMetal_IrregularRadiusOpenHemBendIssue cadex.DFMSheetMetal_IrregularSizeBendReliefIssue cadex.DFMSheetMetal_SmallLengthFlangeIssue cadex.DFMSheetMetal_SmallLengthHemBendFlangeIssue cadex.DFMSheetMetal_SmallRadiusBendIssue

Public Member Functions

 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 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 a base class for bend issues found during sheet metal design analysis.

Contains problematic bend that can be received by Bend() method.

See also
DFMSheetMetal_Analyzer

Member Function Documentation

◆ ActualSheetThickness()

double cadex.DFMSheetMetal_BendIssue.ActualSheetThickness ( )
inline

Returns the actual sheet thickness of analyzed part in mm .

See also
SetActualSheetThickness()

◆ Bend()

cadex.SheetMetal_Bend cadex.DFMSheetMetal_BendIssue.Bend ( )
inline

Returns the problematic sheet metal bend.

See also
SetBend()

◆ Dispose()

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

Reimplemented from cadex.DFMBase_Issue.

◆ SetActualSheetThickness()

void cadex.DFMSheetMetal_BendIssue.SetActualSheetThickness ( double theThickness)
inline

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

See also
ActualSheetThickness()

◆ SetBend()

void cadex.DFMSheetMetal_BendIssue.SetBend ( cadex.SheetMetal_Bend theBend)
inline

Sets the problematic sheet metal bend.

See also
Bend()