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=.
Public Member Functions inherited from MR.Const_EndMillTool
virtual void Dispose ()
unsafe Const_EndMillTool ()
 Constructs an empty (default-constructed) instance.
unsafe Const_EndMillTool (float length, float diameter, MR.Const_EndMillCutter cutter)
 Constructs MR.EndMillTool elementwise.
unsafe Const_EndMillTool (MR.Const_EndMillTool _other)
 Generated from constructor MR.EndMillTool.EndMillTool.
 Const_EndMillTool (EndMillTool _other)
 Generated from constructor MR.EndMillTool.EndMillTool.
unsafe float getMinimalCutLength ()
 compute the minimal cut length based on the cutter parameters Generated from method MR.EndMillTool.getMinimalCutLength.
unsafe MR.Mesh toMesh (int? horizontalResolution=null, int? verticalResolution=null)
 create a tool mesh Generated from method MR.EndMillTool.toMesh. Parameter horizontalResolution defaults to 32. Parameter verticalResolution defaults to 32.

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
Properties inherited from MR.Const_EndMillTool
unsafe float length [get]
 overall tool length
unsafe float diameter [get]
 tool diameter
unsafe MR.Const_EndMillCutter cutter [get, protected set]
 cutter

Additional Inherited Members

Protected Member Functions inherited from MR.Const_EndMillTool
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_EndMillTool
unsafe float * __ref_storage_length
unsafe float * __ref_storage_diameter

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: