Radius Dimension
- Last UpdatedJan 30, 2023
- 1 minute read
The value given for radius has the following meaning:
-
A negative value indicates a KS-notch.
-
A positive value less than 1000 indicates a scallop radius.
-
A positive value greater than 1000 indicates a fillet radius. The radius is received by subtracting 1000.
-
Radius code greater than 1000 can also include encoded information about an arc segment given by equation: R = 1000 * d + r. Detailed information is connected to specific endcut types and included in the User Documentation.
For fillet radius code handling, see endcut 181 in example file. KS notch code to string translation is handled by translate_radius() function.