Not Movable but Not Locked Objects

Hi All
Is it possible to create (display) Rhino objects (lets say curves) which are not movable and they are not locked, so I can select them (but not move or other transformation) and delete them. Is it possible with C++?
Regards
Filip

Hi @Filip,

There may be no way of doing this. Why do you need to have this kind of control? What are you doing and why?

– Dale

Hi Dale
The plug-in allows to create some cures on 3D model by entering some parameters. After crating the curves, I want the user to be able to select different curves on the model and choose which one to delete, but I don’t want the user to move the curves further of the model.
– Filip