Interface INCT_InterpreterState
Returns the interface of the interpreter (the same object implementing INCT_Interpreter) that enables saving the current state and restoring it in a new interpreter instance to ensure correct contour trajectory formation.
Namespace: STNCInterpreter
Assembly: STNCInterpreter.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B8190925-3CD4-43F8-9BD1-1973DFFA9E3A")]
public interface INCT_InterpreterState
Methods
Load(object)
Retrieves the interface from the provided object in the input settings and captures the current state of the interpreter necessary for contour trajectory formation. No output parameters.
Declaration
void Load(object State)
Parameters
Type | Name | Description |
---|---|---|
object | State |
Save(out object)
Declaration
void Save(out object State)
Parameters
Type | Name | Description |
---|---|---|
object | State |