Enum CLDFeedKind
Enumeration that defines possible values for the kind of a feed (working, rapid, engage, return, finish etc.).
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
[Flags]
public enum CLDFeedKind
Fields
Name | Description |
---|---|
Approach | The feed kind for the movements which bring the tool closer to the machining site. |
ApproachFromSafe | The feed kind for the movements from the safe area to the machining side. |
Engage | The feed kind for the movements entering to the first machining (cutting) point. |
Finish | The feed kind for the working movements on a last (finishing) pass. |
First | The feed kind for the working movements on a first (roughing) pass. |
LongNext | The feed kind for the long link movements. |
Next | The feed kind for the short link movements. |
Overload | The feed kind value reserved for an internal use. |
Plunge | The feed kind for the movements that plunge vertically into the machining area. |
Rapid | The feed kind of rapid movements. |
Rapid5D | The feed kind value reserved for an internal use. |
Retract | The feed kind for the movements leaving the last machining (cutting) point. |
Return | The feed kind for the movements which take the tool away from the machining site. |
ReturnToSafe | The feed kind for the movements from the machining side to the safe area. |
ThreadPitch | The feed kind for the threading movements. |
TransitionOnSafe | The feed kind for the movements performed in a safe area. |
Working | The feed kind for base working movements. |