autorestorer Posted July 5, 2011 Posted July 5, 2011 Does anyone know if there is a way to pull multiple distances and have Autocad add them together? Quote
alanjt Posted July 5, 2011 Posted July 5, 2011 http://cadtips.cadalyst.com/distance/accumulative-distance-calculator Quote
alanjt Posted July 5, 2011 Posted July 5, 2011 MEASUREGEOM > [M]ultiple points Ohh, I didn't realize they'd added that to vanilla. Quote
Tiger Posted July 5, 2011 Posted July 5, 2011 MEASUREGEOM > [M]ultiple points no idea that was there!! I have just pulled my trusted MDI lisp with me when I get a new version! Thanks Nestly! Quote
autorestorer Posted July 5, 2011 Author Posted July 5, 2011 How about if there are multiple items that are not aligned with each other? Quote
alanjt Posted July 5, 2011 Posted July 5, 2011 Then try my above posted code. I often have situations where I want total distance of many picked areas and need to keep starting new begin points. Quote
autorestorer Posted July 5, 2011 Author Posted July 5, 2011 Then try my above posted code. I often have situations where I want total distance of many picked areas and need to keep starting new begin points. It's been a while since I've used an .LSP, I loaded the file but what do you input @ the command prompt to start it? Quote
alanjt Posted July 5, 2011 Posted July 5, 2011 it's been a while since i've used an .lsp, i loaded the file but what do you input @ the command prompt to start it? add .......... Quote
nestly Posted July 5, 2011 Posted July 5, 2011 You may also find tlen.lsp easier to use if you're trying to obtain the total length of objects several objects, rather than total distance between a series of coordinates/points. Quote
autorestorer Posted July 5, 2011 Author Posted July 5, 2011 Thanks for the help, solved my problem of having to use a calculator. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.