bighappy11
Civil/Environmental
Is it possible to change the handle name of a drawing element?? i.e. polygon, polyline, etc.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
(setq ss
(ssget "X"
(list '(0 . "line")
(cons 10 '(-1 -1 0))
)
)
)