Interface INCT_LatheCycleEvents
  This interface controls turning cycle behavior via event methods triggered during tool movement. It allows adding stops, changing feeds, or skipping movements for customized cycle actions
Assembly: STNCFormers.dll
  
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("27AAC19A-055F-4899-BD4E-14A7277F9CD6")]
public interface INCT_LatheCycleEvents
   
  Methods
  
  
  
  
  Declaration
  
    void AfterMove(TNCLatheCycleMoveType MoveType, TNC2DPoint Point, TNCFeedType Feed)
   
  Parameters
  
  
  
  
  
  Declaration
  
    void BeforeMove(TNCLatheCycleMoveType MoveType, TNC2DPoint Point, TNCFeedType Feed)
   
  Parameters
  
  
  
  
  
  Declaration
  
    void OnMove(TNCLatheCycleMoveType MoveType, ref TNC2DPoint Point, ref TNCFeedType Feed, ref bool Handled)
   
  Parameters