List of Report HTML Iteration Section Tokens
- A "token" is a VTube term that means "a word that VTube replaces with a value."
- A "tag" is text that HTML uses to control formatting. Iteration tags are enclosed in corner brackets < and >. So, <vtube_iterate section=XYZ> is a tag with a token of "section=XYZ". Iteration tags use one of the token names below to allow for multiple rows of data from one of the array tokens in this page. See the example at the bottom of this page.
This is a list of iteration section tokens. Use these tokens to set the expected iteration count for any array token in this list of tokens.
- XYZ
- XYZMEAS
- XYZFIT
- XYZDEV
- XYZDATUM
- XYZ_UNBENT
- LRA
- LRACONRAC
- LRACONRAC_Measured
- LRAMEAS
- LRACOR
- LRAERR
- LRACORDAMP
- LRABENDERSETUP
- LRABENDERPLUSADJUSTED
- LRABENDERPLUSADJUSTEDDAMP
- INSPECTION
- INTERSECTIONLENGTHS_MASTER
- INTERSECTIONLENGTHS_MEASURED
- LRABENDER_UNBENT
- TAN_MASTER
- TAN_MEASURED
- TAN_ALIGNED
- BENDPROFILE_SLICES
- NOTELIST
- BENDCOUNT
- STRAIGHTCOUNT_MASTER
- STRAIGHTCOUNT_MEASURED
- STRAIGHTCOUNT_FIT
- SPACEOBJECTS
This is a sample section that shows how to use an interaction section tag:
<vtube_iterate section=XYZ> <tr> <td class="td_index"><vtube_val>Array_INDEX</vtube_val></td> <td class="td_xyz"><vtube_val>Array_X</vtube_val> (<vtube_val_alt>Array_X</vtube_val_alt>)</td> <td class="td_xyz"><vtube_val>Array_Y</vtube_val> (<vtube_val_alt>Array_Y</vtube_val_alt>)</td> <td class="td_xyz"><vtube_val>Array_Z</vtube_val> (<vtube_val_alt>Array_Z</vtube_val_alt>)</td> <td class="td_xyz_radius"><vtube_val>Array_RADIUS_XYZ</vtube_val> (<vtube_val_alt>Array_RADIUS_XYZ</vtube_val_alt>)</td> </tr> </vtube_iterate>
In this case, the iteration count is applied to the <tr> section of the table using the number of master XYZ points.
So, if there are 5 points, the <tr> section is called five times.
(Note: The <vtube_val_alt> html element displays linear values in the alternate linear unit from the currently displayed linear unit in the user interface.)