Geometry_Engine: IJoin to take IEnumerable<ICurve> rather than List<ICurve>
Open
type:feature
- Dominant language
- C#
- Stars
- 30
- Forks
- 13
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 5
Description
#### Description:
Currently if you have something like a `FreeFormProfile profile`, and want all the continuous edges, you must do:
`List crvs = BH.Engine.Geometry.Compute.IJoin(profile.Edges.ToList());`
it would be nice to avoid that `ToList()`; not just for readability, but also so that this is method is easier for intellisense to find.
Contributor guide
Assessment
This issue has not been assessed yet.