Enum EDMRollMode
The enumeration specifies sharp corners rounding mode for the 2 axis and taper machining (CornerR function, off, sharp, conical, cylindrical or fixed).
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public enum EDMRollMode
Fields
Name | Description |
---|---|
Conical | Both lower and upper contour corners are rolled, rounding radiuses are derived from taper angle (R1 = R1, R2 = R1 + "Taper offset"). |
Cylindrical | Lower and upper contour corners are rounded, rounding radiuses are equal (R1 = R1, R2 = R1). |
Fixed | Lower and upper contour corners are rounded, rounding radiuses are independent (R1 = R1, R2 = R2). |
Off | The corner rolling is off (R1 = 0, R2 = 0). |
Sharp | In this mode only the lower contour corners are rolled (R1 = R1, R2 = 0). |