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

Describes sheet size of flat pattern used in DFM analysis. More...

Public Member Functions

 DFMSheetMetal_SheetSize ()
 Constructor.
 
 DFMSheetMetal_SheetSize (double theWidth, double theLength)
 Constructor.
 
double Width () const
 
void SetWidth (double theWidth)
 
double Length () const
 
void SetLength (double theLength)
 

Detailed Description

Describes sheet size of flat pattern used in DFM analysis.

Examples
MTKConverter/Program.cs, and sheet_metal/dfm_analyzer/Program.cs.

Constructor & Destructor Documentation

◆ DFMSheetMetal_SheetSize()

cadex::DFMSheetMetal_SheetSize::DFMSheetMetal_SheetSize ( double theWidth,
double theLength )

Constructor.

Creates a sheet size with specified width and length

Member Function Documentation

◆ Length()

double cadex::DFMSheetMetal_SheetSize::Length ( ) const

Returns length of sheet in mm .

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

◆ SetLength()

void cadex::DFMSheetMetal_SheetSize::SetLength ( double theLength)

Sets length of sheet in mm . theLength should be greater than zero.

See also
Length()

◆ SetWidth()

void cadex::DFMSheetMetal_SheetSize::SetWidth ( double theWidth)

Sets width of sheet in mm . theWidth should be greater than zero.

See also
Width()

◆ Width()

double cadex::DFMSheetMetal_SheetSize::Width ( ) const

Returns width of sheet in mm .

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