Author Topic: Passing a selection set to Attedit  (Read 1799 times)

0 Members and 1 Guest are viewing this topic.

SPDCad

  • Bull Frog
  • Posts: 453
Passing a selection set to Attedit
« on: April 13, 2005, 12:29:49 AM »
Is it possible to pass a selection set to Attedit, or is AttEdit only a global attribute editor?
AutoCAD 2010, w/ OpenDCL

visit: http://reachme.at/spd_designs

daron

  • Guest
Passing a selection set to Attedit
« Reply #1 on: April 13, 2005, 07:45:05 AM »
I would think if you convert your sset into a list you could iterate through it using attedit in command line. Then again repeat or while will allow you to iterate through it as a sset. Although, I would think subst or vla-put- and get-text would be better options than using attedit.

Peter Jamtgaard

  • Guest
Attedit a selection set
« Reply #2 on: April 13, 2005, 01:35:31 PM »
You know I have always thought the same thing.

I have an old routine I wrote back in version 11 days that allows the user to create a selection set of "blocks" and then pass the selection set to the function globally edit attributes. It is a little long to post here but if you give me your email address I can forward it to you or just email me directly cordeck@acronet.net

Peter Jamtgaard