Geometry_Engine: Shouldn't FaceIndices method be named NodeIndices?
Open
type:compliance
type:question
- Dominant language
- C#
- Stars
- 30
- Forks
- 13
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 5
Description
#### Description:
As in the title, `FaceIndices` method returns indices of vertices that belong to a given mesh face:
https://github.com/BHoM/BHoM_Engine/blob/a5674ef8b931aa5f3efb4c788240987b6ad2b6ab/Geometry_Engine/Query/FaceIndices.cs#L41-L51
Wouldn't `NodeIndices` be a more appropriate name?
Contributor guide
Assessment
This issue has not been assessed yet.