Public Member Functions | |
| HRESULT | PickObject (IRsNode *pViewNode, RtPoint2f *ptScreenPoint, IRsNode **ppPickedNode) |
| HRESULT IRsCustomPickHandling::PickObject | ( | IRsNode * | pViewNode, | |
| RtPoint2f * | ptScreenPoint, | |||
| IRsNode ** | ppPickedNode | |||
| ) |
Called when node implementing this interface is picked.
Tool can perform custom picking on it's encapsulated objects.
| pViewNode | [in] View node used for picking. | |
| ptScreenPoint | [in] Screen position from 0..width-1 x 0..height-1. | |
| ppPickedNode | [out] Fill with custom picked node. |
1.5.5