Class CLDFeedKind
Enumeration that defines possible values for the kind of a feed (working, rapid, engage, return, finish etc.).
Inheritance
Namespace: SprutCAMTech.SCPostprocessor
Assembly: SprutCAMTech.SCPostprocessor.dll
Syntax
public sealed class CLDFeedKind : Enum
Fields
Approach
The feed kind for the movements which bring the tool closer to the machining site.
Declaration
public const CLDFeedKind Approach = 256
Field Value
Type | Description |
---|---|
CLDFeedKind |
ApproachFromSafe
The feed kind for the movements from the safe area to the machining side.
Declaration
public const CLDFeedKind ApproachFromSafe = 2048
Field Value
Type | Description |
---|---|
CLDFeedKind |
Engage
The feed kind for the movements entering to the first machining (cutting) point.
Declaration
public const CLDFeedKind Engage = 4
Field Value
Type | Description |
---|---|
CLDFeedKind |
Finish
The feed kind for the working movements on a last (finishing) pass.
Declaration
public const CLDFeedKind Finish = 32
Field Value
Type | Description |
---|---|
CLDFeedKind |
First
The feed kind for the working movements on a first (roughing) pass.
Declaration
public const CLDFeedKind First = 2
Field Value
Type | Description |
---|---|
CLDFeedKind |
LongNext
The feed kind for the long link movements.
Declaration
public const CLDFeedKind LongNext = 8192
Field Value
Type | Description |
---|---|
CLDFeedKind |
Next
The feed kind for the short link movements.
Declaration
public const CLDFeedKind Next = 64
Field Value
Type | Description |
---|---|
CLDFeedKind |
Overload
The feed kind value reserved for an internal use.
Declaration
public const CLDFeedKind Overload = 1073741824
Field Value
Type | Description |
---|---|
CLDFeedKind |
Plunge
The feed kind for the movements that plunge vertically into the machining area.
Declaration
public const CLDFeedKind Plunge = 16
Field Value
Type | Description |
---|---|
CLDFeedKind |
Rapid
The feed kind of rapid movements.
Declaration
public const CLDFeedKind Rapid = 1
Field Value
Type | Description |
---|---|
CLDFeedKind |
Rapid5D
The feed kind value reserved for an internal use.
Declaration
public const CLDFeedKind Rapid5D = 512
Field Value
Type | Description |
---|---|
CLDFeedKind |
Retract
The feed kind for the movements leaving the last machining (cutting) point.
Declaration
public const CLDFeedKind Retract = 8
Field Value
Type | Description |
---|---|
CLDFeedKind |
Return
The feed kind for the movements which take the tool away from the machining site.
Declaration
public const CLDFeedKind Return = 128
Field Value
Type | Description |
---|---|
CLDFeedKind |
ReturnToSafe
The feed kind for the movements from the machining side to the safe area.
Declaration
public const CLDFeedKind ReturnToSafe = 4096
Field Value
Type | Description |
---|---|
CLDFeedKind |
ThreadPitch
The feed kind for the threading movements.
Declaration
public const CLDFeedKind ThreadPitch = 16384
Field Value
Type | Description |
---|---|
CLDFeedKind |
TransitionOnSafe
The feed kind for the movements performed in a safe area.
Declaration
public const CLDFeedKind TransitionOnSafe = 1024
Field Value
Type | Description |
---|---|
CLDFeedKind |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |
Working
The feed kind for base working movements.
Declaration
public const CLDFeedKind Working = 0
Field Value
Type | Description |
---|---|
CLDFeedKind |