Message 1 of 12

Not applicable
08-05-2016
11:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi all
I found lisp:
(defun C:UCS3 ()
(setq ent_name (car (nentsel)))
(setq copy_of_ent (entmake (entget ent_name)))
(command "._UCS" "_Entity" (entlast))
(entdel (entlast))
(princ)
)
But ucs align to start and end point. I mean align to any segment selected. Pls see file attached
how can fix it ?
Thank you.
Solved! Go to Solution.