Hello,
Can you guide me, I would like to know how to change global filters settings with RhinoCommon?
Thank you.
Hello,
Can you guide me, I would like to know how to change global filters settings with RhinoCommon?
Thank you.
Currently I can set the filters with Rhino.RhinoApp.RunScript ("_-SelectionFilter _Curves=_Yes ... _Enter", false);
.
But I can not read it. And my problem is that I have to restore the previous settings.
If it is not impossible to read global filters with RhinoCommon, can you tell me where the function is in the C++ API? (and I could reference it with DLLImport
)
Can not help me?
Hi @kitjmv,
Access to the global selection filter isn’t available in any of our toolkits. I’ve added a wish to the pile.
https://mcneel.myjetbrains.com/youtrack/issue/RH-49340
– Dale
Thank you Dale !
jmv.