API changes - 1.5 |
- protected Guid? LastSimulationID { get; set; }
+ public string DefaultJobFile { get; set; }
+ public bool UseDefaultJobFile { get; set; }
+ public bool UseJobTemplate { get; set; }
+ public LockWorkspaceEvent( )
+ public bool CanOutputSingleJobElement { get; set; }
+ public dvec2 GetStartPosition( )
+ public virtual void AlterPenSet( PenSet penSet )
+ public bool CanOutputSingleJobElement { get; set; }
+ public bool ShowPen { get; set; }
- 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( )
+ public bool DraggingEnabled { get; set; }
+ public bool IsRendered { get; set; }
- public dvec2 EndPoint { get; }
+ public dvec2 EndPoint { get; set; }
+ public int ExecutionIndex { get; set; }
+ public dmat4 ModelMatrix { get; set; }
+ public void SortVectorsByDirection( VectorGraphicLayer layer, dmat4 transformation, double angle, double range )
+ public bool IsClosed { get; }
+ public virtual void SetNewStart( BaseMetafileCommand command, int index )