opencascade-rs icon indicating copy to clipboard operation
opencascade-rs copied to clipboard

Refactor faces_along_line() to return a FacesAlongLine object with more methods besides just iter()

Open mkovaxx opened this issue 2 years ago • 0 comments

More queries as in:

  • nearest_positive()
  • farthest_positive()
  • nearest_negative()
  • farthest_negative()
  • etc.

See comment here: https://github.com/bschwind/opencascade-rs/pull/147#discussion_r1390318849

mkovaxx avatar Nov 12 '23 05:11 mkovaxx