Class MoveRotation
Information about centre rotation as defined by G68
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class MoveRotation : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Angle
Angle of the centre rotatation (in deg)
Declaration
public float Angle { get; set; }
Property Value
Type | Description |
---|---|
float |
Centre
XY coordinates of the centre rotation
Declaration
public ModelCollection<float> Centre { get; }
Property Value
Type | Description |
---|---|
ModelCollection<float> |