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) |
Describes sheet size of flat pattern used in DFM analysis.
| cadex::DFMSheetMetal_SheetSize::DFMSheetMetal_SheetSize | ( | double | theWidth, |
| double | theLength ) |
Constructor.
Creates a sheet size with specified width and length
| double cadex::DFMSheetMetal_SheetSize::Length | ( | ) | const |
| void cadex::DFMSheetMetal_SheetSize::SetLength | ( | double | theLength | ) |
Sets length of sheet in mm . theLength should be greater than zero.
| void cadex::DFMSheetMetal_SheetSize::SetWidth | ( | double | theWidth | ) |
Sets width of sheet in mm . theWidth should be greater than zero.
| double cadex::DFMSheetMetal_SheetSize::Width | ( | ) | const |