Table of Contents

Class BlockPosition

Namespace
Loehnert.Lisrt.Laser.Keyence
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents character proportional settings written to the laser.

public class BlockPosition : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
BlockPosition
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.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

double

X

Gets or sets the x-coordinate in millimeters.

public double X { get; set; }

Property Value

double

Y

Gets or sets the y-coordinate in millimeters.

public double Y { get; set; }

Property Value

double

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.