mcneel / rhinocommon

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

Simple typo in the Rhinocommon #115

Closed dalefugier closed 11 years ago

dalefugier commented 11 years ago

From the plug-ins newsgroup:

Heres a simple typo from the EnableUnselectObjectsOnExit member of GetObjects()

In the def. it mentions to call EnableClearObjectsOnExit instead of EnableUnselectObjectsOnExit.

EnableUnselectObjectsOnExit

By default any objects in the object list are unselected when GetObject.GetObjects() exits with any return code besides Object. If you want to leave the objects selected when non-object input is returned, then call EnableClearObjectsOnExit(false) before calling GetObjects().

johnmorse commented 11 years ago

This is fixed in RhinoCommon revision 86702