Grasshopper_Toolkit: PopulateWithEnum on inputs
Open
type:feature
- Dominant language
- C#
- Stars
- 18
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
When an input requires an `Enum`, it could be nice to have the Grasshopper right-click context menu showing the enum values as a clickable list. That's easily doable via the `pManager[i].PopulateWithEnum` method.
This could be used as an alternative to the current method of creating the Enum with a separate component.

Contributor guide
Assessment
This issue has not been assessed yet.