Class FillMarkingParameters
Represents fill marking parameters written to the laser.
public class FillMarkingParameters : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
  - Inheritance
 - 
      
      PropertyChangedBaseFillMarkingParameters
 
- Implements
 - 
      INotifyPropertyChangedEx
 
- Inherited Members
 - 
    PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
 
Properties
IndividualFillParametersAreDisabled
Gets or sets a value indicating whether single fill parameters are deactivated.
public bool IndividualFillParametersAreDisabled { get; set; }
  Property Value
- bool
 The default value is true.
LaserPower
Gets or sets the laser power of filling line in percent.
public double LaserPower { get; set; }
  Property Value
- double
 The default value is 0%.
MarkingCount
Gets or sets the marking counter of filling line.
public int MarkingCount { get; set; }
  Property Value
- int
 The default value is 1.
PulseFrequency
Gets or sets the impulse frequency of filling line in kilohertz.
public int PulseFrequency { get; set; }
  Property Value
- int
 The default value is 100kHz.
ScanSpeed
Gets or sets the scan speed of filling line in millimeters per second.
public int ScanSpeed { get; set; }
  Property Value
- int
 The default value is 1000mm/s.
SpotVariable
Gets or sets the laser point variable of filling line.
public int SpotVariable { get; set; }