MatchByParallel() - mkraska/meclib GitHub Wiki
nred: matchByParallel(obj, names)
objectsprocessed value from the input fieldobjectsnamesvalue from the input fieldnames
returns names with all indices for nonparallel reactions for unidirectional supports removed. Use this if more than one unidirectional support act on a single point and reactions can't be assigned uniquely by proximity only.
Usage example
obj: stackjson_parse(objects);
nred: matchByParallel(obj, names);
[text, isOK]: fb_unidir(obj, nred, i_3, " Seil 3: ");
[textn, isOKn]: fb_name(nred,i_3,[S_3]);