@dourevit@Twiceroadsfool@IMAGINiT_Tech it is pathetic that one needs an extra collab pro subscription to make auto publish on a custom schedule. plunder.
@JacobWSmall Nah,it is "schedule width",and in the family,bound to the builtin param,no IUpdater wizardry. Also we use the same mc tag for the opening spec sheet (eastern european stuff) for both door and window and sometimes gm. So if the issue is calling our parameter "width" we are fine 😁
@JacobWSmall C'mon man... Most of the time it isn't because "it is not mine", for example you wan't a common schedule of doors and windows that shows their dimensions, you need an MC Schedule, but you don't have the builtin parameters. If this is a janky hack then I don't know what isn't.
@johntpierson@nicocatellier you'll always have to rely on a lot of dependencies that is out of your control, even the Revit API itself. and at least pyrevit is not a black box, and you can contribute whenever you feel the need. at the end if the day it is risk management
@JacobWSmall and what about unloading a workset from a link? that won't have much of a difference over geometry calculations since links are already read-only in the actual context, right?
@JacobWSmall thanks, this makes total sense. I guess the reason we haven't seen much perf. difference is that we mosty had geometry heavy elements without constraints or relation to other elements. I'll have to doublecheck how rooms bounded by walls on closed worksets behave though.
@Twiceroadsfool@JacobWSmall@TravisUsesRevit@tkunsman@Studio_Bim @revit_template @_TheDanWarren other disciplines never load it = use manage worksets, there we go, what I've just said. I have never mentioned views. I'm far from being obsessed with links, just shared my experience. If Revit would be capable I would do everything in a single model.
@Twiceroadsfool@JacobWSmall@TravisUsesRevit@tkunsman@Studio_Bim @revit_template @_TheDanWarren for instance back in the days when structural connections started calculating when they were only linked, we put all of them in a separate workset and that workset was added to all discipline models as hidden by default and that by itself solved the calculation issue
@Twiceroadsfool@JacobWSmall@TravisUsesRevit@tkunsman@Studio_Bim @revit_template @_TheDanWarren okay, I get that it is waaay different but what are the actual technical reasons in the background besides the geometry computation? because in my experience if the workset is loaded there wont be any performance difference on views where it is not visible.
@Twiceroadsfool@JacobWSmall@TravisUsesRevit@tkunsman@Studio_Bim @revit_template @_TheDanWarren you have the chair workset in your arch model you can unload because it is too heavy. other disciplines have to use manage worksets if they want to unload it too. for this purpose i would definately use a separate model.