- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need a LISP that can total the selected dimensions and display the totaled amount. I've seen a lot of posts with a similar function but they don't quite do exactly what I want. They all sum the actual value of a dimension rather than the amount displayed in the text of the dimension line in the drawing.
For example in the drawing attached the two dimensions within the 2'-10 7/8" dimension do not add up to 2'-10 7/8". Due to precision and rounding, they instead add up to 2'-10 15/16". Sometimes this happens, sometimes it does add up to the overall dimension.
The LISP would need to be able to add up the amount displayed instead of the actual value of the dimension, as well as preferably any text override. So if i override the text in the 11 13/16" dimension to 11 3/4", the two dimensions would then add up to 2'10 7/8". Preferably the total would display in the command line.
Solved! Go to Solution.