Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello guys,
May I have your help please.
My variable LIST1 has this list ((<Entity name: 7fffb18a180> 187.09 136.426 0.0) (<Entity name: 7fffb18a1d0> 187.09 131.426 0.0) (<Entity name: 7fffb18a220> 187.09 126.426 0.0))
This list has texts entitys.
Is could be possible to convert this list in a selection set?
I am trying to use JUSTIFYTEXT command to change its justification but I think this command works only with a variable made by a selection set.
I have tryed the code below, but it will move the texts and I would like to maintain they aligned.
(foreach x lst1 (setq entity (car x) dxfdata (entget entity) old-dxf (assoc 72 dxfdata) new-dxf '(72 . 1) dxfdata (subst new-dxf old-dxf dxfdata) ) (entmod dxfdata) )
Another suggestion?
Thanks!
Marcelo
Solved! Go to Solution.