Skip to content

Commit

Permalink
Update Environment_Engine/Modify/AddOpening.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd committed Sep 6, 2023
1 parent b3d521e commit 9482ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Environment_Engine/Modify/AddOpening.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static partial class Modify
[Input("centroidTolerance", "Set the tolerance for obtaining the centroid of openings, default is set to BH.oM.Geometry.Tolerance.Distance.")]
[Input("containingTolerance", "Set the tolerance for determining geometric association of openings to panels, default is set to BH.oM.Geometry.Tolerance.Distance.")]
[Output("panels", "A collection of modified Environment Panels with the provided openings added.")]
[PreviousVersion("6.3", "BH.Engine.Environment.Modify.AddOpening(BH.oM.Environment.Elements.Panel, BH.oM.Environment.Elements.Opening).")]
[PreviousVersion("6.3", "BH.Engine.Environment.Modify.AddOpening(BH.oM.Environment.Elements.Panel, BH.oM.Environment.Elements.Opening)")]
public static List<Panel> AddOpenings(this List<Panel> panels, List<Opening> openings, double centroidTolerance = BH.oM.Geometry.Tolerance.Distance, double containingTolerance = BH.oM.Geometry.Tolerance.Distance)
{
if (panels == null)
Expand Down

0 comments on commit 9482ea6

Please sign in to comment.