Search the Community
Showing results for tags 'surveying lisp problems'.
-
Need help with modifying pointsin.lsp by Tom Haws
shercer posted a topic in AutoLISP, Visual LISP & DCL
Hi, I'd like to modify this lisp to insert survey points as block showing only point number (2D or 3D, doesn't matter), and I'm having trouble figuring it out. Point file is in format: "Point number","East","North","Elevation" I'm attaching ex. files. I'd be thankful for any help. Points.txt pointsin.lsp point.dwg- 7 replies
-
- point
- import coordinate
-
(and 1 more)
Tagged with:
-
I have a lisp file the inserts lot numbers in ascending order. My problem is that this lisp is not applicable in numbering sublots, because for sublots, lot numbering will be alphabetical. For example, A mother lot has a lot number of 234 and is divided into two lots. The first lot number would be "234-A" and the second would be "234-B". Can someone help me with this? Just a newbie in lisp programming. Thanks in advance! lot number.lsp