Is it possible to make some part unselectable in a group?

So if pickable is false, there’s no way to make diagram.findPartAt() to check its bounds.

Currently, I set a model binding of pickable. If I want to check the bounds, I set model binding to true. After the check, model binding is set back to false. Don’t know if there’s other good way to do so…