Interface IST_LatheTool
  
  
  
  Assembly: STCuttingToolTypes.dll
  
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("31856D25-AFE1-4A08-B556-F803BC2B3824")]
public interface IST_LatheTool
   
  Properties
  
  
  
  
  Declaration
  
    double HolderThickness { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    double InsertThickness { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    TST3DMatrix OrientationMatrix { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    TSTLatheToolType ToolType { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    TST2DPoint ToolingPoint { get; }
   
  Property Value
  
  Methods
  
  
  
  
  Declaration
  
    IST_AbstractArea GetGeneratrix(bool UseToolingPoint)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | bool | UseToolingPoint |  | 
    
  
  Returns
  
  
  
  
  
  Declaration
  
    IST_AbstractArea GetHolderGeneratrix(bool UseToolingPoint)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | bool | UseToolingPoint |  | 
    
  
  Returns