List of Report HTML Iteration Section Tokens
This is a list of iteration section tokens. Use these tokens to set the expected iteration count for any array token.
- 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.)