-
Notifications
You must be signed in to change notification settings - Fork 3
MatchByParallel()
mkraska edited this page Mar 4, 2024
·
1 revision
-
objects
processed value from the input fieldobjects
-
names
value 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.
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]);
In order to try code snippets in jsfiddle,
- copy the code from the wiki page to the clipboard
- follow the link for the JSXGraph version you want to try
- Replace the code in the HTML section (contents of
<p hidden id="init">
) with the content of the clipboard