Component Template with Variable Configurations switchable from the menu

Hi there,

I’ve came up with a component template that I would like to share.
Its working like GH_Component but adds the ability to define several sets of variable input and output parameters (called “configuration”) in addition to fixed ones.

To switch from one configuration to another right click the component and select the configuration. The tag of the selected configuration is displayed underneath the component.

See the csharp file attached for the GH_VarivableConfigComponent and an example.

GH_VariableConfigComponent.cs (10.3 KB)