Click or drag to resize

API changes - 2.14

RAYLASE.Marker.Corrections.dll
  public class RAYLASE.Marker.Corrections.FieldCorrection

+ public void ApplyBarrel( double widthCenter, double widthEdge, double heightCenter, double heightEdge )

RAYLASE.Marker.Device.dll
  public class RAYLASE.Marker.Device.ScanController.BaseScanController

- public abstract Guid PrepareMasterSingleList( int executions, bool assertExecutionInProgress, bool assertMarkInProgress, MarkOnTheFlyTriggerProfile motfTriggerHeadProfile, MarkOnTheFlyTriggerProfile motfTriggerTailProfile, MarkOnTheFlyTriggerProfile motfTriggerRepetitionProfile, Guid? parentListGuid, bool provideInfiniteLoopExit, int correctionFileIndex, string markCounterName, bool zeroPowerAfterExecution )
+ public abstract Guid PrepareMasterSingleList( int executions, bool assertExecutionInProgress, bool assertMarkInProgress, MarkOnTheFlyTriggerProfile motfTriggerHeadProfile, MarkOnTheFlyTriggerProfile motfTriggerTailProfile, MarkOnTheFlyTriggerProfile motfTriggerRepetitionProfile, Guid? parentListGuid, bool provideInfiniteLoopExit, int correctionFileIndex, string markCounterName, bool zeroPowerAfterExecution, bool callProcessTransformationList )

RAYLASE.Marker.Job.dll
  public class RAYLASE.Marker.Job.Executor.BaseJobExecutorProfile

+ public bool SyncProcessTransformationQueue { get; set; }

RAYLASE.MarkerPlugin.dll
  public class RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device

+ public IReadOnlyCollection<dmat4> ProcessTransformationQueue { get; }
- public virtual Guid PrepareMasterSingleList( int executions, bool assertExecutionInProgress, bool assertMarkInProgress, MarkOnTheFlyTriggerProfile motfTriggerHeadProfile, MarkOnTheFlyTriggerProfile motfTriggerTailProfile, MarkOnTheFlyTriggerProfile motfTriggerRepetitionProfile, Guid? parentListGuid, bool provideInfiniteLoopExit, int correctionFileIndex, string markCounterName, bool zeroPowerAfterExecution )
+ public virtual Guid PrepareMasterSingleList( int executions, bool assertExecutionInProgress, bool assertMarkInProgress, MarkOnTheFlyTriggerProfile motfTriggerHeadProfile, MarkOnTheFlyTriggerProfile motfTriggerTailProfile, MarkOnTheFlyTriggerProfile motfTriggerRepetitionProfile, Guid? parentListGuid, bool provideInfiniteLoopExit, int correctionFileIndex, string markCounterName, bool zeroPowerAfterExecution, bool callProcessTransformationList )
+ public void ClearProcessTransformationQueue( )
+ public void EneuqueProcessTransformation( dmat4 transformation )