updateWeftSystemsAndShuttles
This function takes the rowShuttleMapping
and rowSystemMapping
from one draft, and copies it into another draft. As it does so, it trims or repeats the array to match the size of the destination draft.
Parameters
Returns
Implementation
d = updateWeftSystemsAndShuttles(d_to, d_from);
This function will copy the information from d_from into d_to and then return the modified d_to draft and assigns it into d.