Interface INCT_LatheStockRemovalCycleEvents
This interface allows control of the turning cycle behavior via a single event method, called after receiving cycle geometry. It enables passing contour parameters from the NC program to ensure correct cycle formation.
Namespace: STNCFormers
Assembly: STNCFormers.dll
Syntax
[Guid("0E488E8C-C227-46D9-983E-F962A523559F")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface INCT_LatheStockRemovalCycleEvents
Methods
OnCalcContourGeometry()
This method executes after obtaining contour geometry and before cycle path calculation. No parameters.
Declaration
void OnCalcContourGeometry()