BHoM / BHoM/BHoM_Engine

Geometry_Engine: IJoin to take IEnumerable<ICurve> rather than List<ICurve>

Open
#2,494 0 comments 0 reactions 2 assignees Claimed by @IsakNaslundBh View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.