Class BlockPosition
Represents character proportional settings written to the laser.
public class BlockPosition : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseBlockPosition
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
UseCommonZ
Gets the Z value indicating that Z value of the common block marking parameters should be used.
public static double UseCommonZ { get; }
Property Value
X
Gets or sets the x-coordinate in millimeters.
public double X { get; set; }
Property Value
Y
Gets or sets the y-coordinate in millimeters.
public double Y { get; set; }
Property Value
Z
Gets or sets the z-coordinate in millimeters.
public double Z { get; set; }
Property Value
- double
Default value is UseCommonZ. Other values than UseCommonZ require the 3D option.