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

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

Inheritance diagram for cadex::DFMSheetMetal_NonStandardSheetSizeIssue:
cadex::DFMBase_Issue cadex::MTKBase_Feature

Public Member Functions

 DFMSheetMetal_NonStandardSheetSizeIssue ()
 Constructor.
 
 DFMSheetMetal_NonStandardSheetSizeIssue (const DFMSheetMetal_SheetSize &theActualSheetSize)
 Constructor.
 
const DFMSheetMetal_SheetSizeNearestStandardSheetSize () const
 
void SetNearestStandardSheetSize (const DFMSheetMetal_SheetSize &theSheetSize)
 
const DFMSheetMetal_SheetSizeActualSheetSize () const
 
void SetActualSheetSize (const DFMSheetMetal_SheetSize &theSheetSize)
 
- 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 size issue found during sheet metal design analysis.

The non-standard flat pattern sheet size issue refers to situations where the flat pattern sheet size required for a particular design is not readily available from standard sheet sizes. This can be a problem because the non-standard sheet size may be more expensive or harder to find than the standard sizes.

Contains non standard flat pattern sheet size and the standard size 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_NonStandardSheetSizeIssue()

cadex::DFMSheetMetal_NonStandardSheetSizeIssue::DFMSheetMetal_NonStandardSheetSizeIssue ( const DFMSheetMetal_SheetSize & theActualSheetSize)

Constructor.

Creates an issue with specified actual sheet size.

Member Function Documentation

◆ ActualSheetSize()

const DFMSheetMetal_SheetSize & cadex::DFMSheetMetal_NonStandardSheetSizeIssue::ActualSheetSize ( ) const

Returns the actual sheet size.

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

◆ NearestStandardSheetSize()

const DFMSheetMetal_SheetSize & cadex::DFMSheetMetal_NonStandardSheetSizeIssue::NearestStandardSheetSize ( ) const

◆ SetActualSheetSize()

void cadex::DFMSheetMetal_NonStandardSheetSizeIssue::SetActualSheetSize ( const DFMSheetMetal_SheetSize & theSheetSize)

Sets the actual sheet size.

See also
ActualSheetSize()

◆ SetNearestStandardSheetSize()

void cadex::DFMSheetMetal_NonStandardSheetSizeIssue::SetNearestStandardSheetSize ( const DFMSheetMetal_SheetSize & theSheetSize)

Sets the nearest standard sheet size.

See also
NearestStandardSheetSize()