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
 

Functions

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