OverrideGraphicSettings.ByProperties node has error in Cut fill pattern, any ideas?
Hi @fathy.gad
Looks like âCurFillPatternâ expecting boolean currently your feeding âElement.Idâ.
How could a Boolean be the required input? It is looking for a type of fill patterns to be applied.
I canât get it to work either. Neither elements, name, boolean or element ID work as inputs.
Everything @Paul_Wintour says + View.OverrideGraphicSettings might do what you want :
(just make sure the FillPatternTarget of the pattern you chose is Drafting)
Thatâs a bug that was reported here: https://github.com/DynamoDS/DynamoRevit/issues/1334
if you download a daily build then it was fixed. i am not sure when the next stable version will come out. Until then you can use what @Mostafa_El_Ayoubi is suggesting which is nodes from archi-lab package.
Please see my answer. It was explained there in detail.
@Konrad_K_Sobon Thanks for that. Much clearer now. Took a bit to understand that they were actually Archi-lab nodes, not OOTB Dynamo nodes.
I am actually trying to set filter colours on a view template. I am not trying to override a category in a view. Iâm almost there but the âView.SetFilterOverridesâ is not working. The viewFilters and GraphicSettings lists are both the same length and lacing is set to longest. Any ideas why this is not working?
if you are going to use archi-lab nodes make sure you use all of them not just some. Try not to mix and match. I am thinking the View.Filters node at the beginning. It looks like OOTB to me.
Thatâs not what is causing the issue here. You plugged in a View Filter into the View input. ViewTemplate is the correct input there. Try that.
The archi-lab GraphicSettings wonât work with the OOTB view.setfilteroverride. Donât even bother there.
Cheers!