MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_EndMillCutter Class Reference

end mill cutter specifications Generated from class MR.EndMillCutter. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_EndMillCutter:

Classes

struct  _Underlying
 

Public Types

enum  Type : int {
  Flat = 0 , Ball = 1 , BullNose = 2 , Chamfer = 3 ,
  Count = 4
}
 cutter type More...
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_EndMillCutter ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_EndMillCutter (MR.EndMillCutter.Type type, float cornerRadius, float cuttingAngle, float endDiameter)
 Constructs MR.EndMillCutter elementwise.
 
unsafe Const_EndMillCutter (MR.Const_EndMillCutter _other)
 Generated from constructor MR.EndMillCutter.EndMillCutter.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.EndMillCutter.Type type [get]
 
unsafe float cornerRadius [get]
 (bull nose) corner radius
 
unsafe float cuttingAngle [get]
 (chamfer) cutting angle
 
unsafe float endDiameter [get]
 (chamfer) end diameter
 
- Properties inherited from MR.Misc.Object< Const_EndMillCutter >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_EndMillCutter >
bool _IsOwningVal
 

Detailed Description

end mill cutter specifications Generated from class MR.EndMillCutter. This is the const half of the class.

Member Enumeration Documentation

◆ Type

cutter type

Enumerator
Flat 

flat end mill

Ball 

ball end mill

BullNose 

bull nose end mill

Chamfer 

chamfer end mill

Count 

chamfer end mill


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