Is it possible to reference the opening side parameter, similar to how we can reference the host dimensions in grasshopper using %<this.host.length>%?
This is important because I will need to mirror the annotations in gh when a user switches from left/right side opening.
Hi @Julius3 you can use the syntax %<this.openingSide>% to reference the opening side of that door. As a result you will get 0 (Left) or 1 (Right). You can use that syntax on an Integer component: