API changes - 1.14 |
+ public double? SecondaryPower { get; set; }
- public double? SimmerPower { get; set; }
+ public ISet<ChainableFeatureType> ActivatedChainableFeatures { get; }
+ public bool EnableChainableFeature { get; set; }
- public IDictionary<ChainableFeatureType, TransmitterReceiverType> SupportedChainableFeatureMap { get; protected set; }
+ public IDictionary<ChainableFeatureType, TransmitterReceiverType> SupportedChainableFeatureMap { get; }
- public Action<bool> EnablePointerDelegate { get; set; }
+ public Func<bool, IOPortCondition, Guid?, Guid> EnablePointerDelegate { get; set; }
+ public Visibility SecondaryPowerVis { get; set; }
+ IDictionary<Tuple<ChainableFeatureType, BaseDeviceController>, IList<Tuple<BaseDeviceController, bool>>> GetChainMap( )
+ public LaserProfileJsonConverter( )
+ IPG_AMB
+ IPG_AMB
+ public ConfigureDevicesClosedEvent( )
+ public DisablePointerEvent( )
+ public EnablePointerEvent( )
+ public GetJobElementResolvedModelMatrixEvent( )
+ public PointerEnabledEvent( )
+ public ResetOverrideCursorEvent( )
+ public SetOverrideCursorEvent( )
+ public SetZoomViewerTooltipTextEvent( )
+ public PowerTarget SecondaryPowerTarget { get; set; }
+ public double SecondaryPowerTargetActivationDelay { get; set; }
+ public bool SecondaryPowerTargetOnlyWhileMarking { get; set; }
- public double SimmerActivationDelay { get; set; }
- public bool SimmerOnlyWhileMarking { get; set; }
- public PowerTarget SimmerPowerTarget { get; set; }
+ public bool SupportsLaserOutputMode { get; set; }
+ public bool SupportsWaveform { get; set; }
- public void RemoveEmptyPaths( VectorGraphicLayer layer )
+ public List<int> RemoveEmptyPaths( VectorGraphicLayer layer )
+ public List<int> ReplaceCommandsByPaths( VectorGraphicLayer layer, SortedDictionary<int, List<int>> pathDic )
+ public List<int> SplitPaths( VectorGraphicLayer layer, SortedDictionary<int, int> pathDic )