Interface INCT_CircularMotionFormer
  CAM system interface that implements the functionality to simplify the formation of movements along the arc. The interface returns the INCT_CLData.CreateCircularMotionFormer, INCT_GeomCLData.CreateCircularMotionFormer
Assembly: STNCFormers.dll
  
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("20639CAB-AB07-4D8A-9FBA-522F7DD59FB6")]
public interface INCT_CircularMotionFormer
   
  Methods
  
  
  Stores axis indexes and current X, Y, Z coordinate values in internal list. (No input or output parameters.)
Declaration
  
  
  
  Stores current X, Y, Z coordinates as the center point. (No input or output parameters.)
Declaration
  
  
  
  
  
  Declaration
  
    void MakeWorkpath(TNCPlaneType LastPlane)
   
  Parameters
  
  
  
  
  
  Declaration
  
    void SetCenterPoint(bool Abs, TNCAxisType AxisType, double Value)
   
  Parameters
  
  
  
  
  
  Declaration
  
    void SetConstructMode(TNCConstructArcMode Mode)
   
  Parameters
  
  
  
  
  
  Declaration
  
    void SetEndPoint(bool Abs, TNCAxisType AxisType, double Value)
   
  Parameters
  
  
  
  
  
  Declaration
  
    void SetEndPointByAngle(TNCPlaneType Plane, double Angle)
   
  Parameters
  
  
  
  
  
  Declaration
  
    void SetMode(TNCCircularMode Mode)
   
  Parameters
  
  
  
  
  
  Declaration
  
    void SetRadius(double Value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | double | Value |  |