Dear AECO Building Users,
Does anyone know of a way of refreshing many, drawings referencing saved dynamic views with a cached visible edge?
On My AECO interface there is a command called: Visible Edges-Force Synchronize Cache
and a macro which goes as follows:
#----------------------------------------------------------------------## Command file for batchprocess utility## This command file was originally copied from $(MS_DATA)cmdfiletemplate.txt.# Command file information:# - Lines that start with the '#' character are treated as comments and ignored.##----------------------------------------------------------------------reference visibleedges dynamic allreference visibleedges cached allfiledesign
The Macro just updates the references, but if the cache goes red it does nothing.
Is there a Macro that Force Synchronizes the cached views?
My problem is I set up hundreds of drawing sheets using drawings containing referenced dynamic views, with a cached visible Edge setting.
I am now spending my life going in each file to force Sync the cash view.
Please help! Is this a correct workflow?
Please save me.
You could try adding "reference visibleedges allmodels synchronizecache" to the command file for batchprocess utility.
HTH,
Pradnya
Cheers