MeshLib C# Docs
Loading...
Searching...
No Matches

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.
 Const_EndMillCutter (EndMillCutter _other)
 Generated from constructor MR.EndMillCutter.EndMillCutter.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.EndMillCutter.Type__ref_storage_type
unsafe float * __ref_storage_cornerRadius
unsafe float * __ref_storage_cuttingAngle
unsafe float * __ref_storage_endDiameter

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

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

Constructor & Destructor Documentation

◆ Const_EndMillCutter() [1/4]

unsafe MR.Const_EndMillCutter.Const_EndMillCutter ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_EndMillCutter() [2/4]

unsafe MR.Const_EndMillCutter.Const_EndMillCutter ( MR.EndMillCutter.Type type,
float cornerRadius,
float cuttingAngle,
float endDiameter )
inline

Constructs MR.EndMillCutter elementwise.

◆ Const_EndMillCutter() [3/4]

unsafe MR.Const_EndMillCutter.Const_EndMillCutter ( MR.Const_EndMillCutter _other)
inline

Generated from constructor MR.EndMillCutter.EndMillCutter.

◆ Const_EndMillCutter() [4/4]

MR.Const_EndMillCutter.Const_EndMillCutter ( EndMillCutter _other)
inline

Generated from constructor MR.EndMillCutter.EndMillCutter.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_EndMillCutter.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_EndMillCutter.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_cornerRadius

unsafe float* MR.Const_EndMillCutter.__ref_storage_cornerRadius
protected

◆ __ref_storage_cuttingAngle

unsafe float* MR.Const_EndMillCutter.__ref_storage_cuttingAngle
protected

◆ __ref_storage_endDiameter

unsafe float* MR.Const_EndMillCutter.__ref_storage_endDiameter
protected

◆ __ref_storage_type

unsafe MR.EndMillCutter.Type* MR.Const_EndMillCutter.__ref_storage_type
protected

Property Documentation

◆ cornerRadius

unsafe float MR.Const_EndMillCutter.cornerRadius
get

(bull nose) corner radius

◆ cuttingAngle

unsafe float MR.Const_EndMillCutter.cuttingAngle
get

(chamfer) cutting angle

◆ endDiameter

unsafe float MR.Const_EndMillCutter.endDiameter
get

(chamfer) end diameter

◆ type

unsafe MR.EndMillCutter.Type MR.Const_EndMillCutter.type
get

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