Interface INCT_MillingCycleEvents
  Interface for customizing milling cycle behavior. Modifies toolpath segments, feeds, or skips movements during generation. (98 chars)
Assembly: STNCFormers.dll
  
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("1115AAB5-947F-40FE-B26E-184920D677D4")]
public interface INCT_MillingCycleEvents
   
  Methods
  
  
  
  
  Declaration
  
    void AfterMove(TNCMillingCycleMoveType MoveType, TNC3DPoint Point, TNCFeedType Feed)
   
  Parameters
  
  
  
  
  
  Declaration
  
    void BeforeMove(TNCMillingCycleMoveType MoveType, TNC3DPoint Point, TNCFeedType Feed)
   
  Parameters
  
  
  
  
  
  Declaration
  
    void OnArc(TNCMillingCycleMoveType MoveType, ref TNC3DPoint Center, ref TNC3DPoint Point, ref double Radius, ref TNCFeedType Feed, ref bool Handled)
   
  Parameters
  
  
  
  
  
  Declaration
  
    void OnMove(TNCMillingCycleMoveType MoveType, ref TNC3DPoint Point, ref TNCFeedType Feed, ref bool Handled)
   
  Parameters