Describes turned part size used in cnc machining turning design analysis. More...
Public Member Functions | |
| DFMMachining_TurnedPartSize () | |
| Constructor. | |
| DFMMachining_TurnedPartSize (double theRadius, double theLength) | |
| Constructor. | |
| double | Radius () const |
| void | SetRadius (double theRadius) |
| double | Length () const |
| void | SetLength (double theLength) |
Describes turned part size used in cnc machining turning design analysis.
The size of the turned part represents the dimensions of the minimum bounding cylinder:
""
| cadex::DFMMachining_TurnedPartSize::DFMMachining_TurnedPartSize | ( | double | theRadius, |
| double | theLength ) |
Constructor.
Creates a turned part size with specified length and radius.
| double cadex::DFMMachining_TurnedPartSize::Length | ( | ) | const |
Returns length of turned part in mm .
| double cadex::DFMMachining_TurnedPartSize::Radius | ( | ) | const |
Returns radius of turned part in mm .
| void cadex::DFMMachining_TurnedPartSize::SetLength | ( | double | theLength | ) |
Sets length of turned part in mm . theLength should be greater than zero.
| void cadex::DFMMachining_TurnedPartSize::SetRadius | ( | double | theRadius | ) |
Sets radius of turned part in mm . theRadius should be greater than zero.