I have the following bit of code in Lisp: (command ".line" pnt3 pnt4 "") (setq Line3 (entlast)) (command ".line" pnt5 pnt6 "") (setq Line4 (entlast)) (command "chamfer" Line3 Line4) How would I go about finding the intersection of these two lines via lisp?