Geometry_oM: Immutable list properties should be ReadOnlyCollection for PlanarSurface
Open
type:compliance
- Dominant language
- C#
- Stars
- 247
- Forks
- 47
- Avg merge
- 7d 7h
- Merged PRs (30d)
- 4
Description
#### Broken rules:
The PlanarSurface got made immutbale here https://github.com/BHoM/BHoM/pull/861
The internalBoundaries is still a list though, should instead be made a `ReadOnlyCollection` instead.
Contributor guide
Assessment
This issue has not been assessed yet.