Hello !
I have a problem.
I am drawing a polyline through a lisp program. At the end, when press enter, How can I make end point snapping of that polyline with another polyline through same lisp program.
#2
You should store a global variable and check if it has some value in it before you use, then use that point as the last point to your current polyline and then store that to the global variable.
This will work for current session of IntelliCAD else you can store that to any resorce like a txt file, xdata of ICAD.dwg, or to user variable provided in ICAD.
Thanks!
Manoj Madhavan
This will work for current session of IntelliCAD else you can store that to any resorce like a txt file, xdata of ICAD.dwg, or to user variable provided in ICAD.
Thanks!
Manoj Madhavan