Table of Contents

Class HatchPattern

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

Represents hatch pattern written to laser.

public class HatchPattern : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
HatchPattern
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

ContourDirection

Gets or sets the outline direction.

public ContourDirection ContourDirection { get; set; }

Property Value

ContourDirection

ContourDrawingStartPosition

Gets or sets the marking order.

public ContourDrawingStartPosition ContourDrawingStartPosition { get; set; }

Property Value

ContourDrawingStartPosition

FillAngle

Gets or sets the fill angle for grade and cross in degree.

public int FillAngle { get; set; }

Property Value

int

FillCrossAngle

Gets or sets the cross angle in degree.

public int FillCrossAngle { get; set; }

Property Value

int

FillDirection

Gets or sets the slant and cross fill direction.

public FillDirection FillDirection { get; set; }

Property Value

FillDirection

FillType

Gets or sets the fill type.

public FillType FillType { get; set; }

Property Value

FillType

PatternType

Gets or sets the hatch pattern.

public HatchPatternType PatternType { get; set; }

Property Value

HatchPatternType