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

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

Inheritance diagram for MR.Const_GcodeProcessor.Const_MoveAction:

Classes

struct  _Underlying

Public Member Functions

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.

Static Public Member Functions

static unsafe implicit operator bool (MR.GcodeProcessor.Const_MoveAction _this)
 Generated from conversion operator MR::GcodeProcessor::MoveAction::operator bool.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe bool * __ref_storage_idle
unsafe float * __ref_storage_feedrate

Properties

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]

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_MoveAction() [1/5]

unsafe MR.Const_GcodeProcessor.Const_MoveAction.Const_MoveAction ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MoveAction() [2/5]

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

Constructs MR.GcodeProcessor.MoveAction elementwise.

◆ Const_MoveAction() [3/5]

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

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

◆ Const_MoveAction() [4/5]

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

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

◆ Const_MoveAction() [5/5]

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

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

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_GcodeProcessor.Const_MoveAction.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_GcodeProcessor.Const_MoveAction.Dispose ( bool disposing)
inlineprotectedvirtual

◆ operator bool()

unsafe implicit MR.Const_GcodeProcessor.Const_MoveAction.operator bool ( MR.GcodeProcessor.Const_MoveAction _this)
inlinestatic

Generated from conversion operator MR::GcodeProcessor::MoveAction::operator bool.

◆ valid()

unsafe bool MR.Const_GcodeProcessor.Const_MoveAction.valid ( )
inline

Generated from method MR::GcodeProcessor::MoveAction::valid.

Member Data Documentation

◆ __ref_storage_feedrate

unsafe float* MR.Const_GcodeProcessor.Const_MoveAction.__ref_storage_feedrate
protected

◆ __ref_storage_idle

unsafe bool* MR.Const_GcodeProcessor.Const_MoveAction.__ref_storage_idle
protected

Property Documentation

◆ action

unsafe MR.GcodeProcessor.Const_BaseAction_MRVector3f MR.Const_GcodeProcessor.Const_MoveAction.action
getprotected set

◆ feedrate

unsafe float MR.Const_GcodeProcessor.Const_MoveAction.feedrate
get

◆ idle

unsafe bool MR.Const_GcodeProcessor.Const_MoveAction.idle
get

◆ toolDirection

unsafe MR.Std.Const_Vector_MRVector3f MR.Const_GcodeProcessor.Const_MoveAction.toolDirection
getprotected set

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