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

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

+ Inheritance diagram for MR.EndMillTool:

Public Member Functions

unsafe EndMillTool ()
 Constructs an empty (default-constructed) instance.
 
unsafe EndMillTool (float length, float diameter, MR.Const_EndMillCutter cutter)
 Constructs MR.EndMillTool elementwise.
 
unsafe EndMillTool (MR.Const_EndMillTool _other)
 Generated from constructor MR.EndMillTool.EndMillTool.
 
 EndMillTool (EndMillTool _other)
 Generated from constructor MR.EndMillTool.EndMillTool.
 
unsafe MR.EndMillTool assign (MR.Const_EndMillTool _other)
 Generated from method MR.EndMillTool.operator=.
 

Properties

new unsafe ref float length [get]
 overall tool length
 
new unsafe ref float diameter [get]
 tool diameter
 
new unsafe MR.EndMillCutter cutter [get, protected set]
 cutter
 

Detailed Description

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

Constructor & Destructor Documentation

◆ EndMillTool() [1/4]

unsafe MR.EndMillTool.EndMillTool ( )
inline

Constructs an empty (default-constructed) instance.

◆ EndMillTool() [2/4]

unsafe MR.EndMillTool.EndMillTool ( float length,
float diameter,
MR.Const_EndMillCutter cutter )
inline

Constructs MR.EndMillTool elementwise.

◆ EndMillTool() [3/4]

unsafe MR.EndMillTool.EndMillTool ( MR.Const_EndMillTool _other)
inline

Generated from constructor MR.EndMillTool.EndMillTool.

◆ EndMillTool() [4/4]

MR.EndMillTool.EndMillTool ( EndMillTool _other)
inline

Generated from constructor MR.EndMillTool.EndMillTool.

Member Function Documentation

◆ assign()

unsafe MR.EndMillTool MR.EndMillTool.assign ( MR.Const_EndMillTool _other)
inline

Generated from method MR.EndMillTool.operator=.

Property Documentation

◆ cutter

new unsafe MR.EndMillCutter MR.EndMillTool.cutter
getprotected set

cutter

◆ diameter

new unsafe ref float MR.EndMillTool.diameter
get

tool diameter

◆ length

new unsafe ref float MR.EndMillTool.length
get

overall tool length


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