GCodeAPI.ResetTo Class Reference

Sets absolute zero position on the specified axis. More...

Inheritance diagram for GCodeAPI.ResetTo:
GCodeAPI.IGCode

Public Member Functions

 ResetTo (double value, GCodeSpecial.Axis axis)
 Constructs a new ResetTo object with the specified value on the specified axis. More...
 
override string ToString ()
 Returns the g-code string. More...
 
IGCode Duplicate ()
 Returns a deep copy of the object. More...
 

Properties

string Name [get]
 Returns the name of IGCode More...
 
GCodeSpecial.Axis Axis [get, set]
 Sets or gets the specified axis. More...
 
double Value [get, set]
 Set or gets the new absolute zero position. More...
 
- Properties inherited from GCodeAPI.IGCode
string Name [get]
 Returns the name of IGCode More...
 

Detailed Description

Sets absolute zero position on the specified axis.

Constructor & Destructor Documentation

◆ ResetTo()

GCodeAPI.ResetTo.ResetTo ( double  value,
GCodeSpecial.Axis  axis 
)

Constructs a new ResetTo object with the specified value on the specified axis.

Parameters
value
axis

Member Function Documentation

◆ Duplicate()

IGCode GCodeAPI.ResetTo.Duplicate ( )

Returns a deep copy of the object.

Returns

Implements GCodeAPI.IGCode.

◆ ToString()

override string GCodeAPI.ResetTo.ToString ( )

Returns the g-code string.

Returns

Property Documentation

◆ Axis

GCodeSpecial.Axis GCodeAPI.ResetTo.Axis
getset

Sets or gets the specified axis.

◆ Name

string GCodeAPI.ResetTo.Name
get

Returns the name of IGCode

◆ Value

double GCodeAPI.ResetTo.Value
getset

Set or gets the new absolute zero position.


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