PF_QueUserData
Resets and displays the user data (real number) registered to the parts coordinates queue.
Syntax
PF_QueUserData part ID [, index [, user data]]
Parameters
- Part ID
Specify the part ID. (Use an integer from 1 to 32.) - Index
Integer expression that represents the index of the parts coordinates queue data. (the beginning of the index number is 0).
Optional when executing from the command window. - User Data
Real expression that represents the user data to be set again.
This can be omitted when running from the Command window.
If omitted, the current user data (real expression) is displayed.
Description
Resets and displays the user data currently registered to the parts coordinates queue.
If the Sort method is specified by PF_QueSort, the order of the parts coordinates queue data is changed according to the specified Sort method.
QUE_SORT_POS_User data (real expression) ascending order
QUE_SORT_INV_USER: User data (real expression) descending order
See Also
PF_QueUserData Function
Examples
Real r
r = 0.1
PF_QueUserData 1, 1, r