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
|
nodiscard |
compute the minimal cut length based on the cutter parameters
|
nodiscard |
create a tool mesh
EndMillCutter MR::EndMillTool::cutter |
cutter
float MR::EndMillTool::diameter = 0.1f |
tool diameter
float MR::EndMillTool::length = 1.f |
overall tool length