|
HC_EXTERNAL HIC_API void HIC_Record_Selection |
( |
HIC_Rendition const * |
nr, |
|
|
float |
xyoff, |
|
|
float |
bz, |
|
|
int |
off1, |
|
|
int |
off2, |
|
|
int |
off3 | |
|
) |
| | |
- Parameters:
-
| nr | A pointer to a const HIC_Rendition. |
| xyoff | A float, representing the distance from the item to the locator position. |
| bz | A float, representing the z coordinate. |
| off1 | A int, representing the offset of the item from the locator position. |
| off2 | A int, representing the offset of the item from the locator position. |
| off3 | A int, representing the offset of the item from the locator position. |
This function enters an item into the current selection list.
|