Interface IST_LatheCycle4D
  
  
  
  Assembly: STLatheCycle.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("D4800278-DA48-4BA4-8CA5-0F813AF82364")]
public interface IST_LatheCycle4D
   
  Properties
  
  
  
  
  Declaration
  
    int ToolVecsCount { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    IST_Lathe4DToolVector ToolVectors[int Index] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  Methods
  
  
  
  
  Declaration
  
    int AddToolVector(TST2DPoint ToolPoint, TST2DPoint ToolVec)
   
  Parameters
  
  Returns
  
  
  
  
  
  Declaration
  
    void DeleteToolVector(TST2DPoint ToolPoint, TST2DPoint ToolVec)
   
  Parameters