Interface INCT_LatheCycleArcEvents
This interface controls turning cycle behavior during arc building. It has one method called during arc movement, allowing adding stops, changing feeds, or skipping movements for cycle customization.
Namespace: STNCFormers
Assembly: STNCFormers.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("ADF6642B-3157-48C7-A7C3-B6B16914C66C")]
public interface INCT_LatheCycleArcEvents
Methods
OnArc(TNCLatheCycleMoveType, ref TNC2DPoint, ref TNC2DPoint, ref double, ref TNCFeedType, ref bool)
Declaration
void OnArc(TNCLatheCycleMoveType MoveType, ref TNC2DPoint Center, ref TNC2DPoint Point, ref double Radius, ref TNCFeedType Feed, ref bool Handled)
Parameters
Type | Name | Description |
---|---|---|
TNCLatheCycleMoveType | MoveType | |
TNC2DPoint | Center | |
TNC2DPoint | Point | |
double | Radius | |
TNCFeedType | Feed | |
bool | Handled |