Is there a script that will replace a shape with another shape?

 From:  Michael Gibson
11945.2 In reply to 11945.1 
Hi Matadem,

re:
> I have about 50 squares that I need to replace with a square that is close to it in shape.
> Is there a script for this?

Sorry no, not that I'm aware of.

It is difficult in script to implement a shape comparison function to identify when 2 curves are "close to each other" in shape.

Script code can create algorithms out of a list of very simple instructions, you would need a much more detailed and granular specification of what exactly "close to each other" means.

- Michael