From a795fe8fce96f3c5dbff31423ff09690074e5651 Mon Sep 17 00:00:00 2001 From: Mingbo Peng Date: Tue, 5 Mar 2024 20:02:32 -0500 Subject: [PATCH] fix(FanSystem): update component exposure for FanSystemModel_Adv --- .../Component/Ironbug/Ironbug_FanSystemModel_Adv.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ironbug.Grasshopper/Component/Ironbug/Ironbug_FanSystemModel_Adv.cs b/src/Ironbug.Grasshopper/Component/Ironbug/Ironbug_FanSystemModel_Adv.cs index 8a9c2fb4..cd653d25 100644 --- a/src/Ironbug.Grasshopper/Component/Ironbug/Ironbug_FanSystemModel_Adv.cs +++ b/src/Ironbug.Grasshopper/Component/Ironbug/Ironbug_FanSystemModel_Adv.cs @@ -16,7 +16,7 @@ public Ironbug_FanSystemModel_Adv() { } - public override GH_Exposure Exposure => GH_Exposure.tertiary; + public override GH_Exposure Exposure => GH_Exposure.tertiary | GH_Exposure.obscure; protected override void RegisterInputParams(GH_Component.GH_InputParamManager pManager)