
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to find a way to use a lisp like BOMLengths.lsp to get actual line lengths. What I need to do is reference the lines so I know which line is which length
Process is as follows.
1. Get line lengths and transfer into an excel spreadhsheet that pumps out a result based on various parametres.
2. manually add text in CAD showing the result from Excel.
Process I would like to see.
1. Generate a text reference with prefix for each line before a list of line lengths are generated (either on screen or in csv)
2. import / copy the line lengths into Excel to get the result.
3a. Make a table from Excel and import it into CAD so I can see the result of each line. (see attachement Line Numbering.jpg)
3b. Or eventually take it one step further and then have the text table from Excel replace the line reference. (see attchament line numbering and replacement.jpg)
Currently there are lisps that can do parts independently. Such as this one: http://www.lee-mac.com/numinc.html. This handles the reference.
There is also the very comon BOMlengths.lsp http://jtbworld.com/autocad-bomlengths-lsp that give me line lengths, but I have no idea where each of the lines are. I might have 50 or more lines I need to do this for.
Does anyone know of a package that can add a reference and create a list of line lengths or know of how I could go about acheiving this?
Solved! Go to Solution.