MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_GCommand:

Classes

struct  _Underlying

Public Member Functions

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.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

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

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_GCommand() [1/4]

unsafe MR.Const_GCommand.Const_GCommand ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_GCommand() [2/4]

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

Constructs MR.GCommand elementwise.

◆ Const_GCommand() [3/4]

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

Generated from constructor MR.GCommand.GCommand.

◆ Const_GCommand() [4/4]

MR.Const_GCommand.Const_GCommand ( GCommand _other)
inline

Generated from constructor MR.GCommand.GCommand.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_GCommand.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_GCommand.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __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

Property Documentation

◆ 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

unsafe MR.ArcPlane MR.Const_GCommand.arcPlane
get

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

◆ feed

unsafe float MR.Const_GCommand.feed
get

feedrate for move

◆ type

unsafe MR.MoveType MR.Const_GCommand.type
get

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

◆ x

unsafe float MR.Const_GCommand.x
get

coordinates of destination point

◆ y

unsafe float MR.Const_GCommand.y
get

◆ z

unsafe float MR.Const_GCommand.z
get

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