Hello everyone,
I have written this script to assign marks to the Beams that have the same Length ONLY.
Now I want Beams with the same Length and the same **Type to have the same Mark.
I would appreciate it if someone could help me to write the proper script.
@yaser.alipoor One of the solution would be to combine both parameter values and use it as a key for the GroupBy node.
I have combined the values using the String.Join node and “-” as a separator but you can do whatever works best for you. MarkValues.dyn (22.0 KB)
1 Like