6namespace Json {
class Value; }
28 Type type = Type::Flat;
48 [[nodiscard]]
MRMESH_API float getMinimalCutLength()
const;
51 [[nodiscard]]
MRMESH_API Mesh toMesh(
int horizontalResolution = 32,
int verticalResolution = 32 )
const;
#define MRMESH_API
Definition MRMeshFwd.h:80
Definition MREndMill.h:13
new unsafe ref float cornerRadius
new unsafe ref float cuttingAngle
new unsafe ref float endDiameter
Definition MRCameraOrientationPlugin.h:8
MRMESH_API void serializeToJson(const EndMillCutter &cutter, Json::Value &root)
MRMESH_API Expected< void > deserializeFromJson(const Json::Value &root, EndMillCutter &cutter)