We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646edc7 commit 0667a62Copy full SHA for 0667a62
SAP2000_Engine/Query/JoinRigidLink.cs
@@ -40,7 +40,7 @@ public static partial class Query
40
[Description("Joins RigidLinks split by SplitRigidLink() into RigidLinks with multiple SecondaryNodes.")]
41
[Input("linkList", "The RigidLinks to be joined; only links containing ':::' will be joined.")]
42
[Output("JoinedLinks", "A list of RigidLinks with one or more SecondaryNodes")]
43
- public static List<RigidLink> JoinRigidLink(List<RigidLink> linkList)
+ public static List<RigidLink> JoinRigidLink(this List<RigidLink> linkList)
44
{
45
Dictionary<string, RigidLink> joinedList = new Dictionary<string, RigidLink>();
46
0 commit comments