Skip to content

Commit

Permalink
Update Structure_Engine/Query/IsVertical.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd committed Jun 9, 2023
1 parent 8619587 commit 8e0302c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Structure_Engine/Query/IsVertical.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static partial class Query


[Description("Checks if a Bar is vertical. A Bar is vertical if its projected length to the horizontal plane is less than 0.0001, i.e. a tolerance of 0.1mm on verticality. \n" +
"For general structural conventions please see documentation.")]
"For general structural conventions please see the documentation.")]
[Input("bar", "The Bar to check for verticality.")]
[Output("result", "Returns true if the Bar is vertical.")]
[DocumentationURL("https://bhom.xyz/documentation/Conventions/BHoM-Structural-Conventions/", oM.Base.Attributes.Enums.DocumentationType.Documentation)]
Expand Down

0 comments on commit 8e0302c

Please sign in to comment.