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

A single G-code move command Generated from class MR.GCommand. This is the non-const half of the class. More...

Inheritance diagram for MR.GCommand:

Public Member Functions

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.

Properties

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

Additional Inherited Members

Protected Member Functions inherited from MR.Const_GCommand
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_GCommand
unsafe MR.MoveType__ref_storage_type
unsafe MR.ArcPlane__ref_storage_arcPlane
unsafe float * __ref_storage_feed
unsafe float * __ref_storage_x
unsafe float * __ref_storage_y
unsafe float * __ref_storage_z
unsafe MR.Vector3f__ref_storage_arcCenter

Detailed Description

A single G-code move command Generated from class MR.GCommand. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ GCommand() [1/4]

unsafe MR.GCommand.GCommand ( )
inline

Constructs an empty (default-constructed) instance.

◆ GCommand() [2/4]

unsafe MR.GCommand.GCommand ( MR.MoveType type,
MR.ArcPlane arcPlane,
float feed,
float x,
float y,
float z,
MR.Vector3f arcCenter )
inline

Constructs MR.GCommand elementwise.

◆ GCommand() [3/4]

unsafe MR.GCommand.GCommand ( MR.Const_GCommand _other)
inline

Generated from constructor MR.GCommand.GCommand.

◆ GCommand() [4/4]

MR.GCommand.GCommand ( GCommand _other)
inline

Generated from constructor MR.GCommand.GCommand.

Member Function Documentation

◆ assign()

unsafe MR.GCommand MR.GCommand.assign ( MR.Const_GCommand _other)
inline

Generated from method MR::GCommand::operator=.

Property Documentation

◆ arcCenter

new unsafe ref MR.Vector3f MR.GCommand.arcCenter
get

if type is ArcCW or ArcCCW center of the arc should be specified

◆ arcPlane

new unsafe ref MR.ArcPlane MR.GCommand.arcPlane
get

plane of the arc; only relevant when type is ArcCW or ArcCCW

◆ feed

new unsafe ref float MR.GCommand.feed
get

feedrate for move

◆ type

new unsafe ref MR.MoveType MR.GCommand.type
get

type of command GX (G0, G1, etc). By default - G1

◆ x

new unsafe ref float MR.GCommand.x
get

coordinates of destination point

◆ y

new unsafe ref float MR.GCommand.y
get

◆ z

new unsafe ref float MR.GCommand.z
get

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