Force Redraw

Does anyone know how to force all DC selected to redraw. I am extracting area information from faces but I can change the face size and close the component without it being updated. Then I have to click on each individual and redraw to be sure it’s updated before running a report.

Have you seen the code snippet(s) I posted in this topic …

Redraw all dynamic components? - #15 by DanRathbun

@DanRathbun I had not but I looked at it. That’s over my head. Thank you

Well the simplest thing to do is copy this .rb file, and put it in your "Plugins" folder.

redraw_DC_siblings_context_cmd.rb (1.9 KB)
Then right-click a selection of DC instances to see the 2 new redraw commands.

4 Likes

Dan,

That works like a charm. Can’t thank you enough.

image001.jpg

2 Likes

It is possible to write this code in such a way that without selecting the component, all the components redraw

Probably. Give it a try.

Or go to …
Redraw all dynamic components? - #2 by MikeWayzovski
and change selection to entities

1 Like