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

Generated from class MR.GcodeProcessor.MoveAction. This is the non-const half of the class. More...

Inheritance diagram for MR.Const_GcodeProcessor.MoveAction:

Public Member Functions

unsafe MoveAction ()
 Constructs an empty (default-constructed) instance.
unsafe MoveAction (MR.GcodeProcessor._ByValue_BaseAction_MRVector3f action, MR.Std._ByValue_Vector_MRVector3f toolDirection, bool idle, float feedrate)
 Constructs MR.GcodeProcessor.MoveAction elementwise.
unsafe MoveAction (MR.GcodeProcessor._ByValue_MoveAction _other)
 Generated from constructor MR::GcodeProcessor::MoveAction::MoveAction.
 MoveAction (Const_MoveAction _other)
 Generated from constructor MR::GcodeProcessor::MoveAction::MoveAction.
 MoveAction (MoveAction _other)
 Generated from constructor MR::GcodeProcessor::MoveAction::MoveAction.
unsafe MR.GcodeProcessor.MoveAction assign (MR.GcodeProcessor._ByValue_MoveAction _other)
 Generated from method MR::GcodeProcessor::MoveAction::operator=.
Public Member Functions inherited from MR.Const_GcodeProcessor.Const_MoveAction
virtual void Dispose ()
unsafe Const_MoveAction ()
 Constructs an empty (default-constructed) instance.
unsafe Const_MoveAction (MR.GcodeProcessor._ByValue_BaseAction_MRVector3f action, MR.Std._ByValue_Vector_MRVector3f toolDirection, bool idle, float feedrate)
 Constructs MR.GcodeProcessor.MoveAction elementwise.
unsafe Const_MoveAction (MR.GcodeProcessor._ByValue_MoveAction _other)
 Generated from constructor MR::GcodeProcessor::MoveAction::MoveAction.
 Const_MoveAction (Const_MoveAction _other)
 Generated from constructor MR::GcodeProcessor::MoveAction::MoveAction.
 Const_MoveAction (MoveAction _other)
 Generated from constructor MR::GcodeProcessor::MoveAction::MoveAction.
unsafe bool valid ()
 Generated from method MR::GcodeProcessor::MoveAction::valid.

Properties

new unsafe MR.GcodeProcessor.BaseAction_MRVector3f action [get, protected set]
new unsafe MR.Std.Vector_MRVector3f toolDirection [get, protected set]
new unsafe ref bool idle [get]
new unsafe ref float feedrate [get]
Properties inherited from MR.Const_GcodeProcessor.Const_MoveAction
unsafe MR.GcodeProcessor.Const_BaseAction_MRVector3f action [get, protected set]
unsafe MR.Std.Const_Vector_MRVector3f toolDirection [get, protected set]
unsafe bool idle [get]
unsafe float feedrate [get]

Additional Inherited Members

Static Public Member Functions inherited from MR.Const_GcodeProcessor.Const_MoveAction
static unsafe implicit operator bool (MR.GcodeProcessor.Const_MoveAction _this)
 Generated from conversion operator MR::GcodeProcessor::MoveAction::operator bool.
Protected Member Functions inherited from MR.Const_GcodeProcessor.Const_MoveAction
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_GcodeProcessor.Const_MoveAction
unsafe bool * __ref_storage_idle
unsafe float * __ref_storage_feedrate

Detailed Description

Generated from class MR.GcodeProcessor.MoveAction. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ MoveAction() [1/5]

unsafe MR.Const_GcodeProcessor.MoveAction.MoveAction ( )
inline

Constructs an empty (default-constructed) instance.

◆ MoveAction() [2/5]

unsafe MR.Const_GcodeProcessor.MoveAction.MoveAction ( MR.GcodeProcessor._ByValue_BaseAction_MRVector3f action,
MR.Std._ByValue_Vector_MRVector3f toolDirection,
bool idle,
float feedrate )
inline

Constructs MR.GcodeProcessor.MoveAction elementwise.

◆ MoveAction() [3/5]

unsafe MR.Const_GcodeProcessor.MoveAction.MoveAction ( MR.GcodeProcessor._ByValue_MoveAction _other)
inline

Generated from constructor MR::GcodeProcessor::MoveAction::MoveAction.

◆ MoveAction() [4/5]

MR.Const_GcodeProcessor.MoveAction.MoveAction ( Const_MoveAction _other)
inline

Generated from constructor MR::GcodeProcessor::MoveAction::MoveAction.

◆ MoveAction() [5/5]

MR.Const_GcodeProcessor.MoveAction.MoveAction ( MoveAction _other)
inline

Generated from constructor MR::GcodeProcessor::MoveAction::MoveAction.

Member Function Documentation

◆ assign()

unsafe MR.GcodeProcessor.MoveAction MR.Const_GcodeProcessor.MoveAction.assign ( MR.GcodeProcessor._ByValue_MoveAction _other)
inline

Generated from method MR::GcodeProcessor::MoveAction::operator=.

Property Documentation

◆ action

new unsafe MR.GcodeProcessor.BaseAction_MRVector3f MR.Const_GcodeProcessor.MoveAction.action
getprotected set

◆ feedrate

new unsafe ref float MR.Const_GcodeProcessor.MoveAction.feedrate
get

◆ idle

new unsafe ref bool MR.Const_GcodeProcessor.MoveAction.idle
get

◆ toolDirection

new unsafe MR.Std.Vector_MRVector3f MR.Const_GcodeProcessor.MoveAction.toolDirection
getprotected set

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