Class Job
Represents a job of the Keyence marking laser.
public class Job
- Inheritance
-
Job
- Inherited Members
Properties
ApproachScanSpeed
Gets or sets the approach scan speed in mm/s.
public int ApproachScanSpeed { get; set; }
Property Value
- int
The default value is 1000mm/s.
Remarks
Only applied to blocks where quality level is set to custom.
Blocks
Gets the blocks of the layout.
public BlockCollection Blocks { get; }
Property Value
HasMarkableBlocks
Gets a value indicating whether the job contains a block, where marking is enabled.
public bool HasMarkableBlocks { get; }
Property Value
HeadOrientation
Gets or sets the head orientation.
public HeadOrientation HeadOrientation { get; set; }
Property Value
MarkingParameters
Gets or sets the common marking parameters.
public CommonMarkingParameters MarkingParameters { get; set; }
Property Value
Matrix
Gets or sets the matrix definition.
public MatrixDefinition Matrix { get; set; }
Property Value
Position
Gets or sets the job position.
public JobPosition Position { get; set; }
Property Value
Title
Gets or sets the job title.
public string Title { get; set; }