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)
Outputs the message (Msg) to the CAM system's log with the specified message type (MsgType), which can be informational, success, warning, error, critical, exception, or debug.
Declaration
void Log(string Msg, TNCMessageType MsgType)
Parameters
Notify(string, TNCMessageType)
Displays the message (Msg) in the CAM system's notification panel with the specified message type (MsgType), as described in the Log method.
Declaration
void Notify(string Msg, TNCMessageType MsgType)
Parameters