Geometry_oM: Consider removing IGeometry interface from Face and CellRelation
Open
type:compliance
- Dominant language
- C#
- Stars
- 247
- Forks
- 47
- Avg merge
- 7d 7h
- Merged PRs (30d)
- 4
Description
#### Broken rules:
Classes are not true geometrical concepts, but rather topological. Reason for removal show up in cases where you might want to query something out of an abstract geometrical object, such as the BoundingBox. This simply does not make sense for these types of objects in isolation.
#### Suggestions to restore compliance:
Consider removing the IGometry interface by these types of obejcts.
Contributor guide
Assessment
This issue has not been assessed yet.