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

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

Inheritance diagram for MR.EndMillCutter:

Public Member Functions

unsafe EndMillCutter ()
 Constructs an empty (default-constructed) instance.
unsafe EndMillCutter (MR.EndMillCutter.Type type, float cornerRadius, float cuttingAngle, float endDiameter)
 Constructs MR.EndMillCutter elementwise.
unsafe EndMillCutter (MR.Const_EndMillCutter _other)
 Generated from constructor MR.EndMillCutter.EndMillCutter.
 EndMillCutter (EndMillCutter _other)
 Generated from constructor MR.EndMillCutter.EndMillCutter.
unsafe MR.EndMillCutter assign (MR.Const_EndMillCutter _other)
 Generated from method MR::EndMillCutter::operator=.
Public Member Functions inherited from MR.Const_EndMillCutter
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.

Properties

new unsafe ref MR.EndMillCutter.Type type [get]
new unsafe ref float cornerRadius [get]
 (bull nose) corner radius
new unsafe ref float cuttingAngle [get]
 (chamfer) cutting angle
new unsafe ref float endDiameter [get]
 (chamfer) end diameter
Properties inherited from MR.Const_EndMillCutter
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

Additional Inherited Members

Public Types inherited from MR.Const_EndMillCutter
enum  Type : int {
  Flat = 0 , Ball = 1 , BullNose = 2 , Chamfer = 3 ,
  Count = 4
}
 cutter type More...
Protected Member Functions inherited from MR.Const_EndMillCutter
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_EndMillCutter
unsafe MR.EndMillCutter.Type__ref_storage_type
unsafe float * __ref_storage_cornerRadius
unsafe float * __ref_storage_cuttingAngle
unsafe float * __ref_storage_endDiameter

Detailed Description

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

Constructor & Destructor Documentation

◆ EndMillCutter() [1/4]

unsafe MR.EndMillCutter.EndMillCutter ( )
inline

Constructs an empty (default-constructed) instance.

◆ EndMillCutter() [2/4]

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

Constructs MR.EndMillCutter elementwise.

◆ EndMillCutter() [3/4]

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

Generated from constructor MR.EndMillCutter.EndMillCutter.

◆ EndMillCutter() [4/4]

MR.EndMillCutter.EndMillCutter ( EndMillCutter _other)
inline

Generated from constructor MR.EndMillCutter.EndMillCutter.

Member Function Documentation

◆ assign()

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

Generated from method MR::EndMillCutter::operator=.

Property Documentation

◆ cornerRadius

new unsafe ref float MR.EndMillCutter.cornerRadius
get

(bull nose) corner radius

◆ cuttingAngle

new unsafe ref float MR.EndMillCutter.cuttingAngle
get

(chamfer) cutting angle

◆ endDiameter

new unsafe ref float MR.EndMillCutter.endDiameter
get

(chamfer) end diameter

◆ type

new unsafe ref MR.EndMillCutter.Type MR.EndMillCutter.type
get

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