Hi,
I tried googling this but somehow didnt manage to find anything relevant. Since I work with both AutoCAD and Rhino I wonder if its possible to link a layout that would update automatically in Rhino if modified in AutoCAD. From what I understood, it does update if the file is closed then opened, however I wonder if there is anyway to do it without closing the Rhino file? As in the equivalent of reloading an xref in AutoCAD?
1 Like
Hello- try running this macro from time to time
! _-BlockManager _Update _All _Enter
Or
! _-BlockManager _Update _Select _Pause _Enter
-Pascal
2 Likes
is there a way to supress the unit conversion dialogue when running this command?
for when the linked blocks are in a different base unit than the working file.