mcneel / rhinocommon

RhinoCommon is the .NET SDK for Rhino5 / Grasshopper
http://wiki.mcneel.com/developer/rhinocommon
242 stars 93 forks source link

Wish: Cursor override with custom image etc... #117

Closed uto closed 11 years ago

uto commented 11 years ago

wish for support of overiding the mousecursor appearance in rhinocommon. with a standard as cursor.hand or cursor.sandclock but also as mentoined in http://www.switchonthecode.com/tutorials/csharp-tutorial-how-to-use-custom-cursors In our case we think about e.g eyedropper or brush icon

sbaer commented 11 years ago

There is a way to set the cursor during a CRhinoGetPoint. This seems like a SetCustomCursor function that we could add to Rhino.Input.Custom.GetPoint. I don't think it needs to be a get/set property

uto commented 11 years ago

Ok let's try it that way and see how it will work....looking forward to it

johnmorse commented 11 years ago

I added a Rhino.Input.Custom.GetPoint.SetCursor() method that lets you set a cursor for a get point operation to RhinoCommon.