Click or drag to resize

API changes - 2.18

RAYLASE.Marker.Configuration.dll
  public class RAYLASE.Marker.Configuration.WorkspaceConfiguration

+ public void UpdateTilingBounds( double tilingOverlap )

RAYLASE.Marker.GUI.Common.dll
  public class RAYLASE.Marker.GUI.Common.Views.BaseSimpleGridDialogAwareViewModel<T>

+ public ICommand DeleteAllRowsCommand { get; }

  public class RAYLASE.Marker.GUI.Common.Views.BaseSimpleGridViewModel<T>

+ protected bool CanDeleteAllRows( )
+ protected bool CanDeleteRow( )
+ protected virtual bool CanAddRowAfter( )
+ protected virtual bool CanAddRowBefore( )
+ protected virtual void OnSelectedIndexChanged( )
+ public bool CanDeleteALl { get; }
+ public DelegateCommand AddRowAfterCommand { get; }
+ public DelegateCommand AddRowBeforeCommand { get; }
+ public DelegateCommand DeleteAllRowsCommand { get; }
+ public DelegateCommand DeleteRowCommand { get; }
+ public DelegateCommand MoveDownCommand { get; }
+ public DelegateCommand MoveUpCommand { get; }
- public ICommand AddRowAfterCommand { get; }
- public ICommand AddRowBeforeCommand { get; }
- public ICommand DeleteRowCommand { get; }
- public ICommand MoveDownCommand { get; }
- public ICommand MoveUpCommand { get; }

RAYLASE.Marker.GUI.Events.dll
public class RAYLASE.Marker.GUI.Events.JobParameterEvent

+ public JobParameterEvent( )

public class RAYLASE.Marker.GUI.Events.JobParameterParameterEventArgs

+ public bool EnableQueue { get; set; }
+ public JobParameterParameterEventArgs( bool EnableQueue )

public class RAYLASE.Marker.GUI.Events.TerminateLoopEvent

+ public TerminateLoopEvent( )

RAYLASE.Marker.JobElement.dll
  public class RAYLASE.Marker.JobElement.BaseMarkableExtrudedVectorGraphic

+ public Chamfer BottomChamfer { get; set; }
+ public Chamfer TopChamfer { get; set; }
+ public int ExtrudedSliceCount { get; set; }
+ public virtual int SliceCount { get; }

public class RAYLASE.Marker.JobElement.BaseMarkableExtrudedVectorGraphic+Chamfer

+ public Chamfer( )
+ public int Count { get; set; }
+ public bool IsEnabled { get; set; }
+ public int LayerCount { get; set; }
+ public int LayerOffset { get; set; }
+ public double Pitch { get; set; }

RAYLASE.Marker.VectorGraphicElement.dll
RAYLASE.MarkerPlugin.dll
  public class RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.ScannerMonitoring

+ public bool UsePingPoing { get; set; }
+ public uint Command1 { get; set; }
+ public uint GoodValue1 { get; set; }
+ public uint Mask1 { get; set; }