Angelo2449
Guest
Hello.
I am trying to track a line perpendicular to a previously tracked using autolisp but, even after countless attempts I failed in the intent.
This should be code :
the second instruction should draw a line from the point "point" perpendicular to the point1 point2 line but this does not happen.
Thank you.
I am trying to track a line perpendicular to a previously tracked using autolisp but, even after countless attempts I failed in the intent.
This should be code :
Code:
(command-s "_line" point1 point2")
(command-s "_line" pointo "-per" point1 point2")
Thank you.