Interface INCT_LatheStockRemovalCycleFormer2
  extends the capabilities of the former for the movement of the turning cycle along a given contour
Assembly: STNCFormers.dll
  
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B92241EA-20F6-4CC0-B13F-56372C904B2D")]
public interface INCT_LatheStockRemovalCycleFormer2 : INCT_LatheStockRemovalCycleFormer
   
  Properties
  
  
  
  
  Declaration
  
    double AxialStock { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    bool AxialStockDependsOnContour { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    TNCLCAxisIndexes AxisIndexes { get; set; }
   
  Property Value
  
  
  
  Returns contour end point with allowance (TNC2DPoint)
Declaration
  
    TNC2DPoint ContourEndPoint { get; }
   
  Property Value
  
  
  
  Returns contour start point with allowance (TNC2DPoint)
Declaration
  
    TNC2DPoint ContourStartPoint { get; }
   
  Property Value
  
  
  
  Sets cycle repetitions count (cdcByCount method). Returns current count
Declaration
  
  Property Value
  
  
  
  Sets cut depth method: cdcByStep (step-based) or cdcByCount (count-based). Returns current method
Declaration
  
    TNCCutDepthCalcMethod CutDepthCalcMethod { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    bool DoReliefcutsInReverseOrder { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    bool EachReliefcutSeparately { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    object Events { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    double Feedrate { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    double LengthChipBreaking { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
  Property Value
  
  
  
  
  
  Declaration
  
    TNCLatheMachiningDirection MachiningDirection { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    TNCMachiningProcessing MachiningProcessing { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    TNCLatheMachiningStyle MachiningStyle { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    TNCLatheMachiningType MachiningType { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    INCT_Program NCProgram { get; set; }
   
  Property Value
  
  
  
  Sets contour start point offset per pass. Returns current offset
Declaration
  
    double Offset { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    bool Overlap { get; set; }
   
  Property Value
  
  
  
  Sets return point movement order: prmStepwise (normal axes) or prmDirect (direct). Returns current method
Declaration
  
    TNCPassReturnMethod PassReturnMethod { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    TNCPlaneType Plane { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    double ProfileStock { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    double RadialStock { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    bool RecalcContourGeometry { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    double SafeDist { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    int SignLongitudinal { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    int SignTransverse { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    TNC2DPoint StartPoint { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    bool StartPointContainsSafeDist { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    TNCLatheStartPointMode StartPointMode { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    double Step { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    TNCLatheStepType StepType { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    bool UseContourFeedrate { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  Declaration