Selection adornment permanent

Hi,

When we apply a selection to a node, clicking on the canvas removes. How to maje the selection solid and impossible to a user to unselect?
The selection loads with canvas and should stay as long as canvas is refreshed.

thanks

It sounds as if you don’t want to use “selection” at all. Just have a property on your model node data objects that determines the appearance of the node. Then your node template(s) would always include whatever visuals that you want, with either their visible or opacity property bound to that data property.