Click or drag to resize

API changes - 2.19

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

+ public void ChangeSize( dvec3 size, dvec3 offset, bool isCalibrated )
+ public void ChangeSize( dvec3 size, dvec3 offset, int columns, int rows, int layers, bool isCalibrated )

public class RAYLASE.Marker.Corrections.MetaDataKeys

+ public static string LastChange
+ public static string SubfieldOffset
+ public static string SubfieldSize
+ public static string TruncateOffset
+ public static string TruncateSize
+ public static string Z0WD

RAYLASE.Marker.Profile.dll
  public class RAYLASE.Marker.Profile.Model.MarkOnTheFlyTriggerProfile

+ public bool ShouldResumePostition { get; set; }

RAYLASE.MarkerPlugin.dll
  public class RAYLASE.MarkerPlugin.Devices.ScanHead.CalibrationsViewModel

- public CalibrationsViewModel( )
+ public ObservableCollection<double> BiasMaxima { get; set; }
+ public ObservableCollection<double> BiasMinima { get; set; }

  public class RAYLASE.MarkerPlugin.JobElements.MarkableSpiral

+ public bool UseFixedRadius { get; set; }
+ public double FixedRadius { get; set; }
+ public dvec2 Span { get; set; }
+ public int StartTurn { get; set; }
+ public int Turns { get; set; }
+ public SpiralType Type { get; set; }

public enum RAYLASE.MarkerPlugin.JobElements.SpiralType

+ Rectangular
+ Regular

RAYLASE.Shared.dll
  public class RAYLASE.Shared.GUI.Vector3DControl

+ public BindablePoint MaximumVector { get; set; }
+ public BindablePoint MinimumVector { get; set; }
+ public static DependencyProperty MaximumVectorProperty
+ public static DependencyProperty MinimumVectorProperty