From 841beb0bdfc2776b1b5deed92d2a13ad5975ded1 Mon Sep 17 00:00:00 2001 From: Sandeep Kumar Date: Thu, 25 Jul 2024 17:23:05 +0530 Subject: [PATCH] GSAGH-513 - change restrain to restraint --- GsaGH/Components/1_Properties/EditBool6.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/GsaGH/Components/1_Properties/EditBool6.cs b/GsaGH/Components/1_Properties/EditBool6.cs index 304751a53..5c4d42234 100644 --- a/GsaGH/Components/1_Properties/EditBool6.cs +++ b/GsaGH/Components/1_Properties/EditBool6.cs @@ -41,12 +41,12 @@ protected override void RegisterInputParams(GH_InputParamManager pManager) { protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddParameter(new GsaBool6Parameter(), GsaBool6Goo.Name, GsaBool6Goo.NickName, GsaBool6Goo.Description + " with applied changes.", GH_ParamAccess.item); - pManager.AddBooleanParameter("X", "X", "Release or restrain for translation in X-direction", GH_ParamAccess.item); - pManager.AddBooleanParameter("Y", "Y", "Release or restrain for translation in Y-direction", GH_ParamAccess.item); - pManager.AddBooleanParameter("Z", "Z", "Release or restrain for translation in Z-direction", GH_ParamAccess.item); - pManager.AddBooleanParameter("XX", "XX", "Release or restrain for rotation around X-axis", GH_ParamAccess.item); - pManager.AddBooleanParameter("YY", "YY", "Release or restrain for rotation around Y-axis", GH_ParamAccess.item); - pManager.AddBooleanParameter("ZZ", "ZZ", "Release or restrain for rotation around Z-axis", GH_ParamAccess.item); + pManager.AddBooleanParameter("X", "X", "Release or restraint for translation in X-direction", GH_ParamAccess.item); + pManager.AddBooleanParameter("Y", "Y", "Release or restraint for translation in Y-direction", GH_ParamAccess.item); + pManager.AddBooleanParameter("Z", "Z", "Release or restraint for translation in Z-direction", GH_ParamAccess.item); + pManager.AddBooleanParameter("XX", "XX", "Release or restraint for rotation around X-axis", GH_ParamAccess.item); + pManager.AddBooleanParameter("YY", "YY", "Release or restraint for rotation around Y-axis", GH_ParamAccess.item); + pManager.AddBooleanParameter("ZZ", "ZZ", "Release or restraint for rotation around Z-axis", GH_ParamAccess.item); } protected override void SolveInstance(IGH_DataAccess da) {