|
| unsafe | GCommand () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | GCommand (MR.MoveType type, MR.ArcPlane arcPlane, float feed, float x, float y, float z, MR.Vector3f arcCenter) |
| | Constructs MR.GCommand elementwise.
|
| unsafe | GCommand (MR.Const_GCommand _other) |
| | Generated from constructor MR.GCommand.GCommand.
|
| | GCommand (GCommand _other) |
| | Generated from constructor MR.GCommand.GCommand.
|
| unsafe MR.GCommand | assign (MR.Const_GCommand _other) |
| | Generated from method MR::GCommand::operator=.
|
| Public Member Functions inherited from MR.Const_GCommand |
| virtual void | Dispose () |
| unsafe | Const_GCommand () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Const_GCommand (MR.MoveType type, MR.ArcPlane arcPlane, float feed, float x, float y, float z, MR.Vector3f arcCenter) |
| | Constructs MR.GCommand elementwise.
|
| unsafe | Const_GCommand (MR.Const_GCommand _other) |
| | Generated from constructor MR.GCommand.GCommand.
|
| | Const_GCommand (GCommand _other) |
| | Generated from constructor MR.GCommand.GCommand.
|
|
| new unsafe ref MR.MoveType | type [get] |
| | type of command GX (G0, G1, etc). By default - G1
|
| new unsafe ref MR.ArcPlane | arcPlane [get] |
| | plane of the arc; only relevant when type is ArcCW or ArcCCW
|
| new unsafe ref float | feed [get] |
| | feedrate for move
|
| new unsafe ref float | x [get] |
| | coordinates of destination point
|
| new unsafe ref float | y [get] |
| new unsafe ref float | z [get] |
| new unsafe ref MR.Vector3f | arcCenter [get] |
| | if type is ArcCW or ArcCCW center of the arc should be specified
|
| Properties inherited from MR.Const_GCommand |
| unsafe MR.MoveType | type [get] |
| | type of command GX (G0, G1, etc). By default - G1
|
| unsafe MR.ArcPlane | arcPlane [get] |
| | plane of the arc; only relevant when type is ArcCW or ArcCCW
|
| unsafe float | feed [get] |
| | feedrate for move
|
| unsafe float | x [get] |
| | coordinates of destination point
|
| unsafe float | y [get] |
| unsafe float | z [get] |
| unsafe ref readonly MR.Vector3f | arcCenter [get] |
| | if type is ArcCW or ArcCCW center of the arc should be specified
|
A single G-code move command Generated from class MR.GCommand. This is the non-const half of the class.