Visibility/Graphics Overrides

Hi Guys,

Good day, is RIR capable of accessing and editing the Revit Visibility/Graphics Overrides at this stage?

Thanks

Hey @sketzjewel ,

You can use the below simple component to hide/show categories in a view.

View_CategoryVisibility

View_CategoryVisibility.gh (22.0 KB)

Thanks Mohamed, this is awesome!

Btw Mohamed, is it possible to access and edit these areas of Visibility GO?

Thanks

That should be accessible and editable using Revit’s API so it should be doable… will check it in a bit

Check it and let me know…

Inputs:

1st letter: Surface > S || Cut > C
2nd letter: Line > L || F > foreground || B > Background
3rd letter: Pattern > P || Color > C || Weight > W || Visible > V

T > Transparency

View_CategoryVisibility-GraphicOverride

View_CategoryVisibility-GraphicOverride.gh (18.1 KB)

1 Like

Thank you Mohamed, you are a champ!