Interface INCT_LatheThreadCuttingCycleEvents
  This interface, implemented in the interpreter, enables thread control. It defines the event method OnThread, which executes during threading operations within the cycle
Assembly: STNCFormers.dll
  
  
    [Guid("3F4C4129-F4A6-423A-B698-96D6B64FFF9A")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface INCT_LatheThreadCuttingCycleEvents
   
  Methods
  
  
  
  
  Declaration
  
    void OnCalcBaseDepth(ref double BaseDepth)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | double | BaseDepth |  | 
    
  
  
  
  
  
  Declaration
  
    void OnCalcCount(ref int Count)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Count |  | 
    
  
  
  
  
  
  Declaration
  
    void OnCalcNextDepth(int Iteration, ref double Depth)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Iteration |  | 
      
        | double | Depth |  | 
    
  
  
  
  
  
  Declaration
  
    void OnCalcPoint(int Iteration, ref TNC2DPoint Point)
   
  Parameters
  
  
  
  
  
  Declaration
  
    void OnThread(TNCThreadOrientation Orient, TNCThreadLeadType LeadType, double Step, double StartAngle, ref bool Handled)
   
  Parameters