Interface INCT_Kernel
Namespace: STNCInterpreter
Assembly: STNCInterpreter.dll
Syntax
[Guid("B0759B28-B356-441C-9C06-24D7199E4587")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface INCT_Kernel
Properties
IsContourMode
Declaration
bool IsContourMode { get; }
Property Value
Type | Description |
---|---|
bool |
ProgramManager
Declaration
INCT_ProgramManager ProgramManager { get; }
Property Value
Type | Description |
---|---|
INCT_ProgramManager |
Methods
InterpreteContour(INCT_Program, object)
Declaration
void InterpreteContour(INCT_Program NCProgram, object Contour)
Parameters
Type | Name | Description |
---|---|---|
INCT_Program | NCProgram | |
object | Contour |