API changes - 2.18 |
+ public void UpdateTilingBounds( double tilingOverlap )
+ public ICommand DeleteAllRowsCommand { get; }
+ 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; }
+ public JobParameterEvent( )
+ public bool EnableQueue { get; set; }
+ public JobParameterParameterEventArgs( bool EnableQueue )
+ public TerminateLoopEvent( )
+ public Chamfer BottomChamfer { get; set; }
+ public Chamfer TopChamfer { get; set; }
+ public int ExtrudedSliceCount { get; set; }
+ public virtual int SliceCount { get; }
+ 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; }
+ public ExecutionAnalysis( )
+ public bool UsePingPoing { get; set; }
+ public uint Command1 { get; set; }
+ public uint GoodValue1 { get; set; }
+ public uint Mask1 { get; set; }