end mill cutter specifications More...
#include <MREndMill.h>
Public Types | |
| enum class | Type { Flat , Ball , BullNose , Chamfer , Count } |
| cutter type More... | |
Public Attributes | |
| Type | type = Type::Flat |
| float | cornerRadius = 0.f |
| (bull nose) corner radius | |
| float | cuttingAngle = 0.f |
| (chamfer) cutting angle | |
| float | endDiameter = 0.f |
| (chamfer) end diameter | |
end mill cutter specifications
|
strong |
| float MR::EndMillCutter::cornerRadius = 0.f |
(bull nose) corner radius
| float MR::EndMillCutter::cuttingAngle = 0.f |
(chamfer) cutting angle
| float MR::EndMillCutter::endDiameter = 0.f |
(chamfer) end diameter
| Type MR::EndMillCutter::type = Type::Flat |