end mill tool specifications More...
#include <MREndMill.h>
Public Member Functions | |
| MRMESH_API float | getMinimalCutLength () const |
| compute the minimal cut length based on the cutter parameters | |
| MRMESH_API Mesh | toMesh (int horizontalResolution=32, int verticalResolution=32) const |
| create a tool mesh | |
Public Attributes | |
| float | length = 1.f |
| overall tool length | |
| float | diameter = 0.1f |
| tool diameter | |
| EndMillCutter | cutter |
| cutter | |
end mill tool specifications