class with CNC machine emulation settings Generated from class MR.CNCMachineSettings. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | CNCMachineSettings () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | CNCMachineSettings (MR._ByValue_CNCMachineSettings _other) |
| Generated from constructor MR.CNCMachineSettings.CNCMachineSettings. | |
| CNCMachineSettings (Const_CNCMachineSettings _other) | |
| Generated from constructor MR.CNCMachineSettings.CNCMachineSettings. | |
| CNCMachineSettings (CNCMachineSettings _other) | |
| Generated from constructor MR.CNCMachineSettings.CNCMachineSettings. | |
| unsafe MR.CNCMachineSettings | assign (MR._ByValue_CNCMachineSettings _other) |
| Generated from method MR::CNCMachineSettings::operator=. | |
| unsafe void | setRotationAxis (MR.CNCMachineSettings.RotationAxisName paramName, in MR.Vector3f rotationAxis) |
| Generated from method MR.CNCMachineSettings.setRotationAxis. | |
| unsafe void | setRotationLimits (MR.CNCMachineSettings.RotationAxisName paramName, MR._InOpt_Vector2f rotationLimits) |
| Generated from method MR.CNCMachineSettings.setRotationLimits. | |
| unsafe void | setRotationOrder (MR.Std.Const_Vector_MRCNCMachineSettingsRotationAxisName rotationAxesOrder) |
| Generated from method MR.CNCMachineSettings.setRotationOrder. | |
| unsafe void | setFeedrateIdle (float feedrateIdle) |
| Generated from method MR.CNCMachineSettings.setFeedrateIdle. | |
| unsafe void | setHomePosition (in MR.Vector3f homePosition) |
| Generated from method MR.CNCMachineSettings.setHomePosition. | |
| bool | Equals (MR.Const_CNCMachineSettings? rhs) |
| override bool | Equals (object? other) |
| Public Member Functions inherited from MR.Const_CNCMachineSettings | |
| 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. | |
| Const_CNCMachineSettings (Const_CNCMachineSettings _other) | |
| Generated from constructor MR.CNCMachineSettings.CNCMachineSettings. | |
| Const_CNCMachineSettings (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 unsafe bool | operator== (MR.CNCMachineSettings _this, MR.Const_CNCMachineSettings rhs) |
| Generated from method MR::CNCMachineSettings::operator==. | |
| static unsafe bool | operator!= (MR.CNCMachineSettings _this, MR.Const_CNCMachineSettings rhs) |
| Static Public Member Functions inherited from MR.Const_CNCMachineSettings | |
| static int | getAxesCount () |
| Generated from method MR.CNCMachineSettings.getAxesCount. | |
Additional Inherited Members | |
| Public Types inherited from MR.Const_CNCMachineSettings | |
| enum | RotationAxisName : int { A = 0 , B = 1 , C = 2 } |
| Protected Member Functions inherited from MR.Const_CNCMachineSettings | |
| virtual unsafe void | Dispose (bool disposing) |
class with CNC machine emulation settings Generated from class MR.CNCMachineSettings. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.CNCMachineSettings.CNCMachineSettings.
|
inline |
Generated from constructor MR.CNCMachineSettings.CNCMachineSettings.
|
inline |
Generated from constructor MR.CNCMachineSettings.CNCMachineSettings.
|
inline |
Generated from method MR::CNCMachineSettings::operator=.
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
Generated from method MR::CNCMachineSettings::operator==.
|
inline |
Generated from method MR.CNCMachineSettings.setFeedrateIdle.
|
inline |
Generated from method MR.CNCMachineSettings.setHomePosition.
|
inline |
Generated from method MR.CNCMachineSettings.setRotationAxis.
|
inline |
Generated from method MR.CNCMachineSettings.setRotationLimits.
|
inline |
Generated from method MR.CNCMachineSettings.setRotationOrder.