Click or drag to resize

API changes - 1.5

RAYLASE.Marker.Common.dll
  public class RAYLASE.Marker.Common.TextGenerator.BaseIncrementalTextGenerator

- protected Guid? LastSimulationID { get; set; }

RAYLASE.Marker.Configuration.dll
  public class RAYLASE.Marker.Configuration.ApplicationConfiguration

+ public string DefaultJobFile { get; set; }
+ public bool UseDefaultJobFile { get; set; }
+ public bool UseJobTemplate { get; set; }

RAYLASE.Marker.GUI.Events.dll
RAYLASE.Marker.JobElement.dll
  public class RAYLASE.Marker.JobElement.BaseFlowJobElement

+ public bool CanOutputSingleJobElement { get; set; }

  public class RAYLASE.Marker.JobElement.BaseMarkableBitmapGraphic

+ public dvec2 GetStartPosition( )

  public class RAYLASE.Marker.JobElement.BaseMarkableJobElement

+ public virtual void AlterPenSet( PenSet penSet )

  public class RAYLASE.Marker.JobElement.GUI.SharedFlowJobElementSettingsView

+ public bool CanOutputSingleJobElement { get; set; }

  public class RAYLASE.Marker.JobElement.GUI.SharedMarkableJobElementSettingsView

+ public bool ShowPen { get; set; }

  public class RAYLASE.Marker.JobElement.TileItem

- public string ID { get; set; }
+ public int Iteration { get; set; }
+ public string Tag { get; set; }
+ public JobElementHolder TiledJobElementHolder { get; set; }
- public BaseMarkableJobElement TilingSource { get; set; }
+ public virtual string ToString( )

RAYLASE.Marker.VectorGraphicElement.dll
  public class RAYLASE.Marker.VectorGraphicElement.BaseJobElementPanel

+ public bool DraggingEnabled { get; set; }
+ public bool IsRendered { get; set; }

  public class RAYLASE.Marker.VectorGraphicElement.JobElementPanel

- public dvec2 EndPoint { get; }
+ public dvec2 EndPoint { get; set; }
+ public int ExecutionIndex { get; set; }
+ public dmat4 ModelMatrix { get; set; }

  public class RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer

+ public void SortVectorsByDirection( VectorGraphicLayer layer, dmat4 transformation, double angle, double range )

  public class RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath

+ public bool IsClosed { get; }
+ public virtual void SetNewStart( BaseMetafileCommand command, int index )