MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::EndMillCutter Struct Reference

end mill cutter specifications More...

#include <MREndMill.h>

Public Types

enum class  Type {
  Flat , Ball , BullNose , Chamfer ,
  Count
}
 cutter type More...
 

Public Attributes

Type type = Type::Flat
 
float cornerRadius = 0.f
 (bull nose) corner radius
 
float cuttingAngle = 0.f
 (chamfer) cutting angle
 
float endDiameter = 0.f
 (chamfer) end diameter
 

Detailed Description

end mill cutter specifications

Member Enumeration Documentation

◆ Type

enum class MR::EndMillCutter::Type
strong

cutter type

Enumerator
Flat 

flat end mill

Ball 

ball end mill

BullNose 

bull nose end mill

Chamfer 

chamfer end mill

Count 

Member Data Documentation

◆ cornerRadius

float MR::EndMillCutter::cornerRadius = 0.f

(bull nose) corner radius

◆ cuttingAngle

float MR::EndMillCutter::cuttingAngle = 0.f

(chamfer) cutting angle

◆ endDiameter

float MR::EndMillCutter::endDiameter = 0.f

(chamfer) end diameter

◆ type

Type MR::EndMillCutter::type = Type::Flat

The documentation for this struct was generated from the following file: