How can we create a Revit.Filter.OverrideGraphicSettings through Python?
while in API, we just need an OverrideGraphicSettings object (which will be an Autodesk.Revit.DB.OverrideGraphicSettings object) but the View.SetFilterOverrides node requires a Revit.Filter.OverrideGraphicSettings.
And vice versa, the node OverrideGraphicSettings.ByProperties in Dynamo just create a Revit.Filter.OverrideGraphicSettings which will not be accepted for Category Override in view.
Thank you!
I have checked the Genius loci package. There’s no View.SetFilterOverride node. And we just can get Filter override from existing setting in revit (that will be Revit.Filter.OverrideGraphicSettings) with Loci’s Get Filter Overrides node, not a new one from python.