Interface IST_LatheCycleExt
  
  
  
  Assembly: STLatheCycle.dll
  Syntax
  
    [Guid("5200B29A-0862-4546-9996-AA0D8410A561")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_LatheCycleExt
   
  Properties
  
  CompensWithoutPointShift
  
  
  Declaration
  
    bool CompensWithoutPointShift { get; }
   
  Property Value
  
  
  GSModel
  
  
  Declaration
  
    IGS_Model GSModel { get; set; }
   
  Property Value
  
  
  OffsetsBeforeGSModel
  
  
  Declaration
  
    bool OffsetsBeforeGSModel { get; }
   
  Property Value
  
  
  RealTolerance
  
  
  Declaration
  
    double RealTolerance { get; set; }
   
  Property Value
  
  Methods
  
  LoadFromXMLProp(IST_XMLPropPointer)
  
  
  Declaration
  
    void LoadFromXMLProp(IST_XMLPropPointer XMLProp)
   
  Parameters
  
  
  OnChangeGSModel(IGS_Model)
  
  
  Declaration
  
    void OnChangeGSModel(IGS_Model Sender)
   
  Parameters
  
  
  SaveToXMLProp(IST_XMLPropPointer)
  
  
  Declaration
  
    void SaveToXMLProp(IST_XMLPropPointer XMLProp)
   
  Parameters