sgenoud / replicad

The library to build browser based 3D models with code.
https://replicad.xyz
MIT License
324 stars 38 forks source link

Add a selector for extrema #12

Open sgenoud opened 2 years ago

sgenoud commented 2 years ago

Add a way to select for items at the furthest position (like > Z in cq)

lf94 commented 2 years ago

Honestly I found those not great when starting to do anything non-trivial. inBox, containsPoint, seem to be really powerful alone...! (inDirection too for very fast filtering of many edges)