A single G-code move command Generated from class MR.GCommand. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| 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 const half of the class.
◆ Const_GCommand() [1/4]
| unsafe MR.Const_GCommand.Const_GCommand |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_GCommand() [2/4]
◆ Const_GCommand() [3/4]
◆ Const_GCommand() [4/4]
| MR.Const_GCommand.Const_GCommand |
( |
GCommand | _other | ) |
|
|
inline |
◆ Dispose() [1/2]
| virtual void MR.Const_GCommand.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_GCommand.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_arcCenter
| unsafe MR.Vector3f* MR.Const_GCommand.__ref_storage_arcCenter |
|
protected |
◆ __ref_storage_arcPlane
| unsafe MR.ArcPlane* MR.Const_GCommand.__ref_storage_arcPlane |
|
protected |
◆ __ref_storage_feed
| unsafe float* MR.Const_GCommand.__ref_storage_feed |
|
protected |
◆ __ref_storage_type
| unsafe MR.MoveType* MR.Const_GCommand.__ref_storage_type |
|
protected |
◆ __ref_storage_x
| unsafe float* MR.Const_GCommand.__ref_storage_x |
|
protected |
◆ __ref_storage_y
| unsafe float* MR.Const_GCommand.__ref_storage_y |
|
protected |
◆ __ref_storage_z
| unsafe float* MR.Const_GCommand.__ref_storage_z |
|
protected |
◆ arcCenter
| unsafe ref readonly MR.Vector3f MR.Const_GCommand.arcCenter |
|
get |
if type is ArcCW or ArcCCW center of the arc should be specified
◆ arcPlane
plane of the arc; only relevant when type is ArcCW or ArcCCW
◆ feed
| unsafe float MR.Const_GCommand.feed |
|
get |
◆ type
type of command GX (G0, G1, etc). By default - G1
| unsafe float MR.Const_GCommand.x |
|
get |
coordinates of destination point
| unsafe float MR.Const_GCommand.y |
|
get |
| unsafe float MR.Const_GCommand.z |
|
get |
The documentation for this class was generated from the following file: