Interface INCT_DrillingCycleEvents
  The interface, implemented in the interpreter, controls the drilling cycle behavior. It consists of event methods that execute when the tool moves within the traverser path. You can use these methods to add features to the drilling process
Assembly: STNCFormers.dll
  
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("07CF190A-11C4-45FB-9B46-5B9C9E1CC818")]
public interface INCT_DrillingCycleEvents
   
  Methods
  
  
  
  
  Declaration
  
    void AfterMove(TNCDrillingCycleMoveType MoveType, TNC3DPoint Point, TNCFeedType Feed)
   
  Parameters
  
  
  
  
  
  Declaration
  
    void BeforeMove(TNCDrillingCycleMoveType MoveType, TNC3DPoint Point, TNCFeedType Feed)
   
  Parameters
  
  
  
  
  
  Declaration
  
    void OnMove(TNCDrillingCycleMoveType MoveType, ref TNC3DPoint Point, ref TNCFeedType Feed, ref bool Handled)
   
  Parameters