Hide menu
Loading...
Searching...
No Matches
cadex::DFMSheetMetal_NonStandardSheetThicknessIssue Class Reference

Describes non standard sheet thickness issue found during sheet metal design analysis. More...

Inheritance diagram for cadex::DFMSheetMetal_NonStandardSheetThicknessIssue:
cadex::DFMBase_Issue cadex::MTKBase_Feature

Public Member Functions

 DFMSheetMetal_NonStandardSheetThicknessIssue ()
 Constructor.
 
 DFMSheetMetal_NonStandardSheetThicknessIssue (double theActualThickness)
 Constructor.
 
double NearestStandardSheetThickness () const
 
void SetNearestStandardSheetThickness (double theThickness)
 
double ActualSheetThickness () const
 
void SetActualSheetThickness (double theThickness)
 
- Public Member Functions inherited from cadex::MTKBase_Feature
 MTKBase_Feature ()
 Constructor.
 
 ~MTKBase_Feature ()
 Destructor.
 
void Nullify ()
 
bool IsNull () const
 
 operator bool () const
 Casts the object to the bool type.
 
template<typename T >
bool IsOfType () const
 
ImplType * Impl () const
 
template<typename T >
T * Impl () const
 Reserved for internal use.
 
bool operator== (const MTKBase_Feature &theObject) const
 
bool operator!= (const MTKBase_Feature &theObject) const
 

Static Public Member Functions

static bool CompareType (const MTKBase_Feature &theFeature)
 Returns true if theFeature is a non standard sheet thickness issue.
 
- Static Public Member Functions inherited from cadex::DFMBase_Issue
static bool CompareType (const MTKBase_Feature &theFeature)
 Returnstrue if theFeature is a dfm issue.
 

Additional Inherited Members

- Public Types inherited from cadex::DFMBase_Issue
typedef cadex::internal::DFMBaseImpl_Issue ImplType
 
typedef std::shared_ptr< ImplType > ImplPtrType
 
- Public Types inherited from cadex::MTKBase_Feature
typedef cadex::internal::MTKBaseImpl_Feature ImplType
 
typedef std::shared_ptr< ImplType > ImplPtrType
 
- Protected Member Functions inherited from cadex::DFMBase_Issue
 DFMBase_Issue (ImplPtrType theImpl)
 Reserved for internal use.
 
- Protected Member Functions inherited from cadex::MTKBase_Feature
 MTKBase_Feature (ImplPtrType theImpl)
 Reserved for internal use.
 
- Protected Attributes inherited from cadex::MTKBase_Feature
ImplPtrType myImpl
 

Detailed Description

Describes non standard sheet thickness issue found during sheet metal design analysis.

The non-standard sheet thickness issue refers to the use of sheet metal that is not available in standard thicknesses. This can be a problem because it can make the fabrication process more difficult and add additional costs. Typically, sheet metal is available in a range of standard thicknesses, which makes it easier to design and fabricate parts. However, when a non-standard thickness is required, it can create issues with tooling, bending, and other fabrication processes.

Contains non standard sheet thickness and the standard thickness closest to it.

See also
DFMSheetMetal_Analyzer, DFMSheetMetal_AnalyzerParameters.SheetSizeStandardSizeParameters()
Examples
MTKConverter/Program.cs, MTKConverter/main.cxx, sheet_metal/dfm_analyzer/Program.cs, and sheet_metal/dfm_analyzer/main.cxx.

Constructor & Destructor Documentation

◆ DFMSheetMetal_NonStandardSheetThicknessIssue()

cadex::DFMSheetMetal_NonStandardSheetThicknessIssue::DFMSheetMetal_NonStandardSheetThicknessIssue ( double theActualThickness)

Constructor.

Creates an issue with specified actual sheet thickness.

Member Function Documentation

◆ ActualSheetThickness()

double cadex::DFMSheetMetal_NonStandardSheetThicknessIssue::ActualSheetThickness ( ) const

Returns the actual sheet thickness in mm .

See also
SetActualSheetThickness()
Examples
MTKConverter/Program.cs, and sheet_metal/dfm_analyzer/Program.cs.

◆ NearestStandardSheetThickness()

double cadex::DFMSheetMetal_NonStandardSheetThicknessIssue::NearestStandardSheetThickness ( ) const

◆ SetActualSheetThickness()

void cadex::DFMSheetMetal_NonStandardSheetThicknessIssue::SetActualSheetThickness ( double theThickness)

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

See also
ActualSheetThickness()

◆ SetNearestStandardSheetThickness()

void cadex::DFMSheetMetal_NonStandardSheetThicknessIssue::SetNearestStandardSheetThickness ( double theThickness)

Sets the nearest standard sheet thickness in mm . theThickness should be grater than zero.

See also
NearestStandardSheetThickness()