Click or drag to resize

MarkOnTheFlyTriggerProfile Class

Provides information about a MarkOnTheFly trigger configuration.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Profile.ModelMarkOnTheFlyTriggerProfile

Namespace: RAYLASE.Marker.Profile.Model
Assembly: RAYLASE.Marker.Profile (in RAYLASE.Marker.Profile.dll) Version: 2.19.0
Syntax
C#
public class MarkOnTheFlyTriggerProfile

The MarkOnTheFlyTriggerProfile type exposes the following members.

Constructors
 NameDescription
Public methodMarkOnTheFlyTriggerProfile Constructor. Initializes with default values.
Top
Properties
 NameDescription
Public propertyDistance The distance to travel before tracking, when using 'WaitDistance' trigger.
Public propertyShouldResumePostition Resumes the reference belt position of the previous execution loop.
Public propertyStopMotfAxesTarget A mask used to prevent the Mark-On-The-Fly to change the position of one or more axes at the end of the engraving.
Public propertyStopMotfPosition Position to reach at the end of the MOTF engraving, in 3D
Public propertyTriggerCondition Condition that will trigger the MarkOnTheFly operation.
Top
Methods
 NameDescription
Public methodCopyFrom Copies all properties from the provided profile.
Public methodUpdateStopMotfPosition Fills StopMotfPosition if empty.
Top
See Also