Describes sheet size of flat pattern used in DFM analysis.
More...
Describes sheet size of flat pattern used in DFM analysis.
- Examples
- sheet_metal/dfm_analyzer/Program.cs.
◆ DFMSheetMetal_SheetSize() [1/2]
| cadex::DFMSheetMetal_SheetSize::DFMSheetMetal_SheetSize |
( |
| ) |
|
◆ DFMSheetMetal_SheetSize() [2/2]
| cadex::DFMSheetMetal_SheetSize::DFMSheetMetal_SheetSize |
( |
double | theWidth, |
|
|
double | theLength ) |
Constructor.
Creates a sheet size with specified width and length
◆ Length()
| double cadex::DFMSheetMetal_SheetSize::Length |
( |
| ) |
const |
◆ 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 |