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.
 
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.
 
unsafe bool valid ()
 Generated from method MR.GcodeProcessor.MoveAction.valid.
 

Properties

new unsafe MR.GcodeProcessor.BaseAction_MRVector3f action [get]
 
new unsafe MR.Std.Vector_MRVector3f toolDirection [get]
 
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]
 
unsafe MR.Std.Const_Vector_MRVector3f toolDirection [get]
 
unsafe bool idle [get]
 
unsafe float feedrate [get]
 
- Properties inherited from MR.Misc.Object< Const_MoveAction >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

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.Misc.Object< Const_MoveAction >
bool _IsOwningVal
 

Detailed Description

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


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