Skip to content

Commit

Permalink
✏️ typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Pellegrino committed Oct 24, 2023
1 parent ac4b5c0 commit 0927dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FemDesign.Grasshopper/Loads/Loads/SurfaceLoadVariable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ protected override void RegisterInputParams(GH_InputParamManager pManager)
{
pManager.AddSurfaceParameter("Surface", "Surface", "Surface.", GH_ParamAccess.item);
pManager.AddVectorParameter("Direction", "Direction", "Vector. Direction of force.", GH_ParamAccess.item);
pManager.AddPointParameter("Positions", "Position", "Location Values. List of 3 items [pt1, pt2, pt3].", GH_ParamAccess.list);
pManager.AddPointParameter("Positions", "Positions", "Location Values. List of 3 items [pt1, pt2, pt3].", GH_ParamAccess.list);
pManager.AddNumberParameter("Intensity", "Intensity", "Load Values. List of 3 items [q1, q2, q3]. [kN/m²]", GH_ParamAccess.list);
pManager.AddBooleanParameter("LoadProjection", "LoadProjection", "LoadProjection. \nFalse: Intensity meant along action line (eg. dead load). \nTrue: Intensity meant perpendicular to direction of load (eg. snow load).", GH_ParamAccess.item);
pManager[pManager.ParamCount - 1].Optional = true;
Expand Down

0 comments on commit 0927dc1

Please sign in to comment.