Class CLDEDMMotionMode
Enumeration to describe the possible values for a motion mode of EDMMOVE (ICLDEDMMoveCommand) CLData command.
Inheritance
Namespace: SprutCAMTech.SCPostprocessor
Assembly: SprutCAMTech.SCPostprocessor.dll
Syntax
public sealed class CLDEDMMotionMode : Enum
Fields
CutsOnly4D
4 dimensional line only motion, each frame contains the coordinates of the bottom guide, as well as the offsets of the top guide relative to the bottom one for each of the coordinates - "G1 XY UV".
Declaration
public const CLDEDMMotionMode CutsOnly4D = 4
Field Value
Type | Description |
---|---|
CLDEDMMotionMode |
MultiProf4D
Multi profile 4 dimensional motion, each frame contains independent from each other movements for the lower guide and the upper guide - "G1 XY : G3 XY R".
Declaration
public const CLDEDMMotionMode MultiProf4D = 3
Field Value
Type | Description |
---|---|
CLDEDMMotionMode |
Plain2D
Two dimensional planar motion. The position is set only for the lower guide, the position of the upper guide is supposed to be the same - "G1 XY" or "G2 XY R".
Declaration
public const CLDEDMMotionMode Plain2D = 1
Field Value
Type | Description |
---|---|
CLDEDMMotionMode |
Rapid
Rapid motion on a maximal speed without tracking of intermediate path (final point only) - "G0 XY".
Declaration
public const CLDEDMMotionMode Rapid = 0
Field Value
Type | Description |
---|---|
CLDEDMMotionMode |
Taper2D
Two dimensional tapered motion. In the frame, the position for the lower guide is set, as well as the side angle of the upper guide - "G1 XY A" or "G2 XY R A".
Declaration
public const CLDEDMMotionMode Taper2D = 2
Field Value
Type | Description |
---|---|
CLDEDMMotionMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |