Bloodhurt 发表于 2022-7-5 18:22:02

Select + offset problem

Hello,
 
I wrote a short lisp:

o(defun c:lol ()(command "-layer" "s" "X" "")(command "PLine" (while (= (getvar "cmdactive") 1)(command pause)))(command "-layer" "s" "Y" "")(command "select" "last")

Tharwat 发表于 2022-7-5 18:57:02

Use the function (entlast) instead of "last" option and try again.

Bloodhurt 发表于 2022-7-5 19:03:52

Its working! Thanks a lot

Tharwat 发表于 2022-7-5 19:40:16

You're most welcome
页: [1]
查看完整版本: Select + offset problem