Data_Engine: Add differentiation between undirected and directed Graphs
Open
type:feature
- Dominant language
- C#
- Stars
- 30
- Forks
- 13
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 5
Description
Right now `Graph` in the BHoM is directed. We should provide the functionality to allow these to be undirected. Possibly just by adding a property like `IsDirected` to the `Graph` or perhaps on the `GraphLink`.
This came up in the PR discussion https://github.com/BHoM/BHoM_Engine/pull/1637#discussion_r405470610
Contributor guide
Assessment
This issue has not been assessed yet.