Message 1 of 3

Not applicable
06-13-2018
09:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone.
Im trying to set to 0 the elevation of a polyline.
i wright this but something goes wrong and i cant detect the error.
(defun c:p0()
(setq p1 (entsel "Seleccione polilinea 1: "))
(setq el 0)
(setq pp1 (entget p1))
(setq pp1 (subst (cons 38 el) (assoc 38 pp1) pp1))
(entmod pp1)
)
Any help for what im doin wrong?
Thanks and regards!
Solved! Go to Solution.