Interface INCT_Equipment2
  CAM system interface that implements access to some equipment parameters
Assembly: STNCInterpreter.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("D433815D-427A-4B27-86F5-9345D4E96330")]
public interface INCT_Equipment2 : INCT_Equipment
   
  Methods
  
  
  
  
  Declaration
  
    double CurrentLatheToolWidth()
   
  Returns
  
  
  GetAxisIndex(string)
  
  
  Declaration
  
    int GetAxisIndex(string Addr)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | Addr |  | 
    
  
  Returns
  
  
  GetAxisIndexByNum(int, bool)
  
  
  Declaration
  
    int GetAxisIndexByNum(int AxisNum, bool Ext)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | AxisNum |  | 
      
        | bool | Ext |  | 
    
  
  Returns
  
  
  GetAxisIndexBySpindleIndex(int)
  
  
  Declaration
  
    int GetAxisIndexBySpindleIndex(int SpindleIndex)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | SpindleIndex |  | 
    
  
  Returns
  
  
  
  The function returns the radius of the current tool (a real number)
Declaration
  
    double GetCurrentToolRadius()
   
  Returns
  
  
  GetOperationGroup()
  
  
  Declaration
  
    TNCOperationGroup GetOperationGroup()
   
  Returns
  
  
  GetSpindlesCount()
  
  
  Declaration
  
  Returns
  
  
  GetXYZindex(int)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Ort |  | 
    
  
  Returns