Class HatchParameters
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
ShrinkBoundary
Gets or sets the shrink boundary in millimeters.
public double ShrinkBoundary { get; set; }
Property Value
ShrinkFill
Gets or sets the shrink of the fill in millimeters.
public double ShrinkFill { get; set; }
Property Value
SkipLineCount
Gets or sets the line count to skip.
public int SkipLineCount { get; set; }
Property Value
WritingOrder
Gets or sets the fill interval.
public WritingOrder WritingOrder { get; set; }
Property Value
- WritingOrder
The default value is FillThenBoundary.