Description:
BH.oM.Structure.Loads.Loadcase & .Constraints.BarRelease arguments order that appears in Dynamo appears to have changed in version 3.3, but the inputs don't automatically re-order if the file was created in version 3.2.
I have tried to find a commit over last 3 months which changed the order with no luck, neither in ...Create/Loads/Loadcase.cs nor in .../Structure_oM/Loads/Loadcase.cs so don't know exactly what may have changed to cause an issue.
Steps to reproduce:
Open Dynamo 2.0.4 (or similar)
Create a Loadcase object in version 3.2. Connect 3 inputs to the 3 arguments "Nature", then "Number" then "Gravity".
Similarly, for BarRelease objection, connect 3 inputs "StartRelease" "EndRelease" "Name".
Load the Dynamo script in version 3.3. The 3 inputs stay in place, but the arguments are now re-ordered and do not function properly. See images for new order.
Expected behaviour:
Deprecated/Old Node notice in Dynamo, advising to update the node.
Test file(s):

