MeshLib C++ Docs
Loading...
Searching...
No Matches
MREndMill.h File Reference
#include "MRExpected.h"
#include "MRMeshFwd.h"

Go to the source code of this file.

Classes

struct  MR::EndMillCutter
 end mill cutter specifications More...
struct  MR::EndMillTool
 end mill tool specifications More...

Namespaces

namespace  MR
 only for bindings generation

Functions

void MR::serializeToJson (const EndMillCutter &cutter, Json::Value &root)
void MR::serializeToJson (const EndMillTool &tool, Json::Value &root)
Expected< void > MR::deserializeFromJson (const Json::Value &root, EndMillCutter &cutter)
Expected< void > MR::deserializeFromJson (const Json::Value &root, EndMillTool &tool)