Interface INCT_Kernel2
  CAM system kernel interface
Assembly: STNCInterpreter.dll
  Syntax
  
    [Guid("DAEBDC3E-F9DA-405A-B86A-0458E4749DA4")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface INCT_Kernel2 : INCT_Kernel
   
  Properties
  
  IsContourMode
  
  
  Declaration
  
    bool IsContourMode { get; }
   
  Property Value
  
  
  ProgramManager
  
  
  Declaration
  
    INCT_ProgramManager ProgramManager { get; }
   
  Property Value
  
  Methods
  
  DoSubprogram(INCT_Program, int)
  
  
  Declaration
  
    void DoSubprogram(INCT_Program NCProgram, int Count)
   
  Parameters
  
  
  InterpreteContour(INCT_Program, object)
  
  
  Declaration
  
    void InterpreteContour(INCT_Program NCProgram, object Contour)
   
  Parameters
  
  
  Log(string, TNCMessageType)
  
  
  Declaration
  
    void Log(string Msg, TNCMessageType MsgType)
   
  Parameters
  
  
  Notify(string, TNCMessageType)
  
  
  Declaration
  
    void Notify(string Msg, TNCMessageType MsgType)
   
  Parameters