Describes milled part size used in cnc machining milling design analysis. More...
Public Member Functions | |
DFMMachining_MilledPartSize () | |
Constructor. | |
DFMMachining_MilledPartSize (double theWidth, double theLength, double theHeight) | |
Constructor. | |
double | Width () const |
void | SetWidth (double theWidth) |
double | Length () const |
void | SetLength (double theLength) |
double | Height () const |
void | SetHeight (double theHeight) |
Describes milled part size used in cnc machining milling design analysis.
The size of the milled part represents the dimensions of the minimum bounding box.
cadex::DFMMachining_MilledPartSize::DFMMachining_MilledPartSize | ( | double | theWidth, |
double | theLength, | ||
double | theHeight ) |
Constructor.
Creates a milled part size with specified width, length and height.
double cadex::DFMMachining_MilledPartSize::Height | ( | ) | const |
Returns height of milled part in mm .
double cadex::DFMMachining_MilledPartSize::Length | ( | ) | const |
Returns length of milled part in mm .
void cadex::DFMMachining_MilledPartSize::SetHeight | ( | double | theHeight | ) |
Sets height of milled part in mm . theHeight should be greater than zero.
void cadex::DFMMachining_MilledPartSize::SetLength | ( | double | theLength | ) |
Sets length of milled part in mm . theLength should be greater than zero.
void cadex::DFMMachining_MilledPartSize::SetWidth | ( | double | theWidth | ) |
Sets width of milled part in mm . theWidth should be greater than zero.
double cadex::DFMMachining_MilledPartSize::Width | ( | ) | const |
Returns width of milled part in mm .