-
Notifications
You must be signed in to change notification settings - Fork 93
User defined PickContext objects don't work #131
Comments
Hi Tom, An object does not use a pick context to do the actual picking. Rather, it uses the information provided by the pick context do decide how to pick. The logic for the picking is inside of the object's Pick() member, not in the pick context. With that, your code does not make a whole lot of sense. Pick is, well, hard. And it not easy writing a generic sample. If you can provide me some details as to what you are doing (or what you want to do), then I can probably work up some kind of sample. Feel free to email me directly if that is easier. Thanks, Dale Fugier |
Hi Dale, I think this email is not for me ;) It seems tobe for Tom Makin Best Thomas Von: Dale Fugier [mailto:notifications@github.com] Hi Tom, An object does not use a pick context to do the actual picking. Rather, it uses the information provided by the pick context do decide how to pick. The logic for the picking is inside of the object's Pick() member, not in the pick context. With that, your code does not make a whole lot of sense. Pick is, well, hard. And it not easy writing a generic sample. If you can provide me some details as to what you are doing (or what you want to do), then I can probably work up some kind of sample. Feel free to email me directly if that is easier. Thanks, Dale Fugier — |
Hi Thomas, You got the email (post) because you've subscribed to the RhinoCommon repository on GitHub. If you don't want to receive these notifications, then change your GitHub settings. Thanks, -- Dale |
Hi Dale, Thx it just irritated me because it was written down Thomas in the email :D Sorry for that Greetings from Austria Best Thomas Von: Dale Fugier [mailto:notifications@github.com] Hi Thomas, You got the email (post) because you've subscribed to the RhinoCommon repository on GitHub. If you don't want to receive these notifications, then change your GitHub settings. Thanks, -- Dale — |
Below is an example of the output from a test using a custom curve object to investigate the behaviour of the PickContext class. I can't get my custom pick context objects to return anything sensible even if I initialise it with the exact same params as the context object passed to the OnPick function. Is this a problem with RhinoCommon or the underlying native Rhino code?
The text was updated successfully, but these errors were encountered: