Enum CLDEDMMotionMode
Enumeration to describe the possible values for a motion mode of ICLDEDMMoveCommand CLData command.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public enum CLDEDMMotionMode
Fields
Name | Description |
---|---|
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". |
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". |
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". |
Rapid | Rapid motion on a maximal speed without tracking of intermediate path (final point only) - "G0 XY". |
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". |