Click or drag to resize

API changes - 1.4

RAYLASE.Marker.Common.dll
public class RAYLASE.Marker.Common.GUI.BaseBindableView

public class RAYLASE.Marker.Common.GUI.BindablePoint

public class RAYLASE.Marker.Common.GUI.BoolEnabledConverter

public class RAYLASE.Marker.Common.GUI.BoolGridUnitConverter

public class RAYLASE.Marker.Common.GUI.BoolStringConverter

public class RAYLASE.Marker.Common.GUI.ColorScheme

public class RAYLASE.Marker.Common.GUI.ColorToBrushConverter

public class RAYLASE.Marker.Common.GUI.DimensionVisibilityConverter

public class RAYLASE.Marker.Common.GUI.DynamicScaleConverter

public class RAYLASE.Marker.Common.GUI.EnumBoolConverter

public class RAYLASE.Marker.Common.GUI.EnumVisibilityConverter

public class RAYLASE.Marker.Common.Extensions

public interface RAYLASE.Marker.Common.ILicenceManager

public class RAYLASE.Marker.Common.GUI.InverseBooleanConverter

public class RAYLASE.Marker.Common.GUI.InverseBooleanToVisibilityConverter

public enum RAYLASE.Marker.Common.LicenceFeature

public enum RAYLASE.Marker.Common.LicenceType

public class RAYLASE.Marker.Common.GUI.MahAppsResourceDictionary

public class RAYLASE.Marker.Common.GUI.NullBoolConverter

public class RAYLASE.Marker.Common.GUI.NullVisibilityConverter

public class RAYLASE.Marker.Common.GUI.PathFilenameConverter

public class RAYLASE.Marker.Common.ProductItem

public class RAYLASE.Marker.Common.GUI.RaylaseResourceDictionary

public class RAYLASE.Marker.Common.GUI.ScaleConverter

public class RAYLASE.Marker.Common.GUI.Vector3DControl

public class RAYLASE.Marker.Common.GUI.VectorDiscanceConverter

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

- public void ApplyBitErrors( double? errors, int? layersSelected = null, int? magnificationsSelected = null, Point2D? expectedBottomLeft = null, Point2D? expectedTopRight = null )
+ public void ApplyBitErrors( double? errors, int? layersSelected = null, int? magnificationsSelected = null, dvec2? expectedBottomLeft = null, dvec2? expectedTopRight = null )
- public void ApplyErrors( Double[,,,,] errors, int? layersSelected = null, int? magnificationsSelected = null )
+ public void ApplyErrors( Double[,,,,] errors, int? layersSelected = null, int? magnificationsSelected = null )

  public class RAYLASE.Marker.Corrections.FieldParameter

- public Point2D BottomLeft { get; }
+ public dvec2 BottomLeft { get; }
- public Point2D TopRight { get; }
+ public dvec2 TopRight { get; }

RAYLASE.Marker.GUI.Events.dll
RAYLASE.Marker.GUI.Wrapper.dll
RAYLASE.Marker.JobElement.dll
  public class RAYLASE.Marker.JobElement.ProcessingHolder

- public Cuboid TileBound { get; set; }
+ public TileItem TileItem { get; set; }
- public dmat4 TileTransformationMatrix { get; set; }

public class RAYLASE.Marker.JobElement.TileItem

+ public Cuboid Boundary { get; set; }
+ public TileItem CopyFrom( TileItem source )
+ public string ID { get; set; }
+ public bool IsSkipped { get; set; }
+ public dmat4 ModelMatrix { get; set; }
+ public ivec3 Position { get; set; }
+ public ivec3 TileCount { get; set; }
+ public TileItem( )
+ public BaseMarkableJobElement TilingSource { get; set; }

RAYLASE.Marker.VectorGraphicElement.dll
  public class RAYLASE.Marker.VectorGraphicElement.Cuboid

+ public bool IsAnyCornerInCuboid( Cuboid cuboid )
+ public bool IsAnyCornerNotInCuboid( Cuboid cuboid )
- public bool IsAnyEdgeInCuboid( Cuboid cuboid )
- public bool IsAnyEdgeNotInCuboid( Cuboid cuboid )
+ public bool IsNoCornerInCuboid( Cuboid cuboid )
- public bool IsNoEdgeInCuboid( Cuboid cuboid )
+ public double Volume { get; }
+ public double XYArea { get; }