RMB ContextMenu

I wondered if there is a possibility to add items to rmb delayed context menu from RhinoCommon - as far as i tried adding new item can’t be done via macros.

Hi @D-W,

Doesn’t look like it. I’ve added a wish to the pile.

https://mcneel.myjetbrains.com/youtrack/issue/RH-54451

– Dale

Thanks @dale. It is in C++ API, so it can be pinvoked. Are there any special reqirements to do this on my own? V7 target is bit too late in this case. Maybe any guide?

Yes

No, I don’t thinks so.

There are some notes and sample code in this obsolete repo that might help you.

– Dale