Hi. I'm Attempting to write some code that will allow me to dynamically lengthen a previously selected line, however, it appears that if I pass the line entity to the LENGTHEN command from within a Lisp routine:
(vl-cmdf "lengthen" "DY" line_2 pause "")
Where line_2 is the line entity, it always lengthens the end of the that's physically further to the left of the entity, however if I do this outside of Lisp, just using the 'LENGTHEN' command, then the end that lengthens is determined by the location at which I pick the line.
I've tried rotating the line and changing the UCS but cannot seem to trick the system into dynamically lengthening the line to its Right hand side..
Anyone know how to get around this?
Thx
Solved! Go to Solution.