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

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.
 
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)
 

Properties

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

- Protected Attributes inherited from MR.Misc.Object< Const_MoveAction >
bool _IsOwningVal
 

Detailed Description

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


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