Table of Contents

Class HatchParameters

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

Represents the hatch parameters written to laser.

public class HatchParameters
Inheritance
HatchParameters
Inherited Members

Properties

FillInterval

Gets or sets the fill interval.

public double FillInterval { get; set; }

Property Value

double

The default value is 0.06.

OverprintCount

Gets or sets the overprint count.

public int OverprintCount { get; set; }

Property Value

int

The default value is 1.

OverprintDirection

Gets or sets the overprint direction.

public OverprintDirection OverprintDirection { get; set; }

Property Value

OverprintDirection

The default value is Alternating.

OverprintingIsActive

Gets or sets a value indicating whether overprinting is active.

public bool OverprintingIsActive { get; set; }

Property Value

bool

ShrinkBoundary

Gets or sets the shrink boundary in millimeters.

public double ShrinkBoundary { get; set; }

Property Value

double

ShrinkFill

Gets or sets the shrink of the fill in millimeters.

public double ShrinkFill { get; set; }

Property Value

double

SkipLineCount

Gets or sets the line count to skip.

public int SkipLineCount { get; set; }

Property Value

int

WritingOrder

Gets or sets the fill interval.

public WritingOrder WritingOrder { get; set; }

Property Value

WritingOrder

The default value is FillThenBoundary.