Improvement: Instead of lopping off the last 5 characters, more generally index decimal point and extract index+2 chars from start of string
1D Cut Length Example:
-----------------------
Cut.Length.String =...
thread560-305431
Needed to reduce the significant decimal places on a fabrication drawing, while maintaining four-decimal accuracy in the design model.
Ref'd thread has some clues, but nothing explicit.
Fiddled around with functions and came up with this truncation method, which is...