Skip to content

Commit

Permalink
Remove 5.3 Previous Version Attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
BHoMBot authored and Fraser Greenroyd committed Sep 27, 2022
1 parent 074e46f commit 0d27757
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Analytical_Engine/Modify/CleanRegion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public static partial class Modify
[Input("angleTolerance", "The tolerance to be used for calculating angles when collapsing the perimeter to a polyline, and when cleaning the polyline as the tolerance defining a straight line. Default is set to BH.oM.Geometry.Tolerance.Angle.")]
[Input("minimumSegmentLength", "The tolerance of how long a segment should be when cleaning the polyline of the region. Default is set to BH.oM.Geometry.Tolerance.Distance.")]
[Output("region", "A region with a cleaned perimeter.")]
[PreviousVersion("5.3", "BH.Engine.Architecture.Modify.CleanRoom(BH.oM.Architecture.Elements.Room, System.Double, System.Double)")]
public static void CleanRegion(this IRegion region, double angleTolerance = BH.oM.Geometry.Tolerance.Angle, double minimumSegmentLength = BH.oM.Geometry.Tolerance.Distance)
{
if (region == null)
Expand Down
1 change: 0 additions & 1 deletion Environment_Engine/Modify/SetShadePanels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public static partial class Modify
[Input("panels", "A collection of Environment Panels.")]
[Input("shadeType", "The type of shade to assign to the shade panels.")]
[Output("shadePanels", "BHoM Environment panel representing the shade.")]
[PreviousVersion("5.3", "BH.Engine.Environment.Modify.SetShadePanels(System.Collections.Generic.List<BH.oM.Environment.Elements.Panel>)")]
public static List<Panel> SetShadePanels(this List<Panel> panels, PanelType shadeType = PanelType.Shade)
{
if (!shadeType.IsShade())
Expand Down

0 comments on commit 0d27757

Please sign in to comment.