class with CNC machine emulation settings Generated from class MR.CNCMachineSettings. This is the const half of the class.
More...
Inheritance diagram for MR.Const_CNCMachineSettings:Classes | |
| struct | _Underlying |
Public Types | |
| enum | RotationAxisName : int { A = 0 , B = 1 , C = 2 } |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_CNCMachineSettings () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_CNCMachineSettings (MR._ByValue_CNCMachineSettings _other) |
Generated from constructor MR.CNCMachineSettings.CNCMachineSettings. | |
| unsafe ref readonly MR.Vector3f | getRotationAxis (MR.CNCMachineSettings.RotationAxisName paramName) |
Generated from method MR.CNCMachineSettings.getRotationAxis. | |
| unsafe MR.Std.Const_Optional_MRVector2f | getRotationLimits (MR.CNCMachineSettings.RotationAxisName paramName) |
Generated from method MR.CNCMachineSettings.getRotationLimits. | |
| unsafe MR.Std.Const_Vector_MRCNCMachineSettingsRotationAxisName | getRotationOrder () |
Generated from method MR.CNCMachineSettings.getRotationOrder. | |
| unsafe float | getFeedrateIdle () |
Generated from method MR.CNCMachineSettings.getFeedrateIdle. | |
| unsafe ref readonly MR.Vector3f | getHomePosition () |
Generated from method MR.CNCMachineSettings.getHomePosition. | |
Static Public Member Functions | |
| static int | getAxesCount () |
Generated from method MR.CNCMachineSettings.getAxesCount. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_CNCMachineSettings > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_CNCMachineSettings > | |
| 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. | |
class with CNC machine emulation settings Generated from class MR.CNCMachineSettings. This is the const half of the class.