bschwind / opencascade-rs

Rust bindings to the OpenCascade CAD Kernel
GNU Lesser General Public License v2.1
116 stars 22 forks source link

Make Shape and its descendant types Eq and Ord #148

Open mkovaxx opened 1 year ago

mkovaxx commented 1 year ago

This would allow, among other things, finding shape refs in collections, or using them as keys in a BTreeMap, etc.

bschwind commented 1 year ago

Agreed - and Hash too if it's possible.