Enum InterpolationType
Types of interpolation for toolpath processing.
Namespace: DotNet.Interpreter.Helper
Assembly: DotNet.Interpreter.Helper.dll
Syntax
public enum InterpolationType
Fields
| Name | Description |
|---|---|
| Cartesian | Cartesian interpolation. |
| Cylindrical | Cylindrical interpolation. |
| Polar | Polar interpolation. |