Interface ICamApiHandlerTechOperationToolpathCalculated
Handler for event to be called right after the operation body toolpath is (re)computed. Fires only on an actual body recompute (Complited transition), not on link/approach recompute and not when a locked operation keeps its frozen toolpath.
Namespace: CAMAPI.TechOperation
Assembly: CAMAPI.TechOperation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("D9096392-5677-4E68-AC05-0CC0DF735431")]
public interface ICamApiHandlerTechOperationToolpathCalculated
Methods
ToolpathCalculated(string, ICamApiTechOperation)
Handler for event to be called right after the operation body toolpath is (re)computed
Declaration
void ToolpathCalculated(string HandlerIdent, ICamApiTechOperation Operation)
Parameters
| Type | Name | Description |
|---|---|---|
| string | HandlerIdent | |
| ICamApiTechOperation | Operation |