From aaa719538033fb3d2164c2633e6965c4620d8b30 Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Fri, 22 Dec 2023 14:16:43 +0000 Subject: [PATCH 01/10] Upgrade AssemblyFileVersion to 7.1.0.0 --- Rhinoceros_Engine/Properties/AssemblyInfo.cs | 2 +- Rhinoceros_oM/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rhinoceros_Engine/Properties/AssemblyInfo.cs b/Rhinoceros_Engine/Properties/AssemblyInfo.cs index efa31b1..391c853 100644 --- a/Rhinoceros_Engine/Properties/AssemblyInfo.cs +++ b/Rhinoceros_Engine/Properties/AssemblyInfo.cs @@ -54,7 +54,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("7.0.0.0")] -[assembly: AssemblyFileVersion("7.0.0.0")] +[assembly: AssemblyFileVersion("7.1.0.0")] diff --git a/Rhinoceros_oM/Properties/AssemblyInfo.cs b/Rhinoceros_oM/Properties/AssemblyInfo.cs index 7d60cbd..980dcf3 100644 --- a/Rhinoceros_oM/Properties/AssemblyInfo.cs +++ b/Rhinoceros_oM/Properties/AssemblyInfo.cs @@ -54,7 +54,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("7.0.0.0")] -[assembly: AssemblyFileVersion("7.0.0.0")] +[assembly: AssemblyFileVersion("7.1.0.0")] From d02232aa294dec83ef071edceeb6418f30137196 Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Tue, 2 Jan 2024 14:20:59 +0000 Subject: [PATCH 02/10] Uptick copyright headers to 2024 --- Rhinoceros_Engine/Compute/CaptureNamedViews.cs | 5 +++-- Rhinoceros_Engine/Compute/CaptureView.cs | 5 +++-- Rhinoceros_Engine/Compute/CollectAllModelData.cs | 5 +++-- Rhinoceros_Engine/Compute/Geometry.cs | 3 ++- Rhinoceros_Engine/Convert/FromRhino.cs | 3 ++- Rhinoceros_Engine/Convert/ToRhino.cs | 3 ++- Rhinoceros_Engine/Convert/ToRhino5.cs | 3 ++- Rhinoceros_Engine/Create/Arc.cs | 3 ++- Rhinoceros_Engine/Create/ArcCurve.cs | 3 ++- Rhinoceros_Engine/Create/Circle.cs | 3 ++- Rhinoceros_Engine/Create/ControlPoint.cs | 3 ++- Rhinoceros_Engine/Create/Curve.cs | 3 ++- Rhinoceros_Engine/Create/Line.cs | 3 ++- Rhinoceros_Engine/Create/LineCurve.cs | 3 ++- Rhinoceros_Engine/Create/NurbsCurve.cs | 3 ++- Rhinoceros_Engine/Create/Point3d.cs | 3 ++- Rhinoceros_Engine/Create/Point3f.cs | 3 ++- Rhinoceros_Engine/Create/PolyCurve.cs | 3 ++- Rhinoceros_Engine/Create/Polyline.cs | 3 ++- Rhinoceros_Engine/Create/PolylineCurve.cs | 3 ++- Rhinoceros_Engine/Create/Vector3d.cs | 3 ++- Rhinoceros_Engine/Create/Vector3f.cs | 3 ++- Rhinoceros_Engine/Properties/AssemblyInfo.cs | 3 ++- Rhinoceros_Engine/Query/DocumentTolerance.cs | 3 ++- Rhinoceros_Engine/Query/IsEqual.cs | 3 ++- Rhinoceros_Engine/Query/IsPlanarSurface.cs | 3 ++- Rhinoceros_Engine/Query/IsRhinoEquivalent.cs | 3 ++- Rhinoceros_oM/Properties/AssemblyInfo.cs | 3 ++- Rhinoceros_oM/ViewCapture/DimensionViewCaptureSettings.cs | 5 +++-- Rhinoceros_oM/ViewCapture/IViewCaptureSettings.cs | 5 +++-- Rhinoceros_oM/ViewCapture/ScaleViewCaptureSettings.cs | 5 +++-- 31 files changed, 68 insertions(+), 37 deletions(-) diff --git a/Rhinoceros_Engine/Compute/CaptureNamedViews.cs b/Rhinoceros_Engine/Compute/CaptureNamedViews.cs index 1debf2b..ff4fe6b 100644 --- a/Rhinoceros_Engine/Compute/CaptureNamedViews.cs +++ b/Rhinoceros_Engine/Compute/CaptureNamedViews.cs @@ -1,6 +1,6 @@ -/* +/* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -100,3 +100,4 @@ public static bool CaptureNamedViews(bool active = false, string folderPath = "" /***************************************************/ } } + diff --git a/Rhinoceros_Engine/Compute/CaptureView.cs b/Rhinoceros_Engine/Compute/CaptureView.cs index 038ba97..7035315 100644 --- a/Rhinoceros_Engine/Compute/CaptureView.cs +++ b/Rhinoceros_Engine/Compute/CaptureView.cs @@ -1,6 +1,6 @@ -/* +/* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -216,3 +216,4 @@ private static ViewCapture ViewCapture(this DimensionViewCaptureSettings setting /***************************************************/ } } + diff --git a/Rhinoceros_Engine/Compute/CollectAllModelData.cs b/Rhinoceros_Engine/Compute/CollectAllModelData.cs index c74f301..e1cc472 100644 --- a/Rhinoceros_Engine/Compute/CollectAllModelData.cs +++ b/Rhinoceros_Engine/Compute/CollectAllModelData.cs @@ -1,6 +1,6 @@ -/* +/* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -81,3 +81,4 @@ public static Output, List, List> CollectAllMo /***************************************************/ } } + diff --git a/Rhinoceros_Engine/Compute/Geometry.cs b/Rhinoceros_Engine/Compute/Geometry.cs index d5c5157..99b6657 100644 --- a/Rhinoceros_Engine/Compute/Geometry.cs +++ b/Rhinoceros_Engine/Compute/Geometry.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -134,3 +134,4 @@ public static object RandomGeometry(Type type, Random random) + diff --git a/Rhinoceros_Engine/Convert/FromRhino.cs b/Rhinoceros_Engine/Convert/FromRhino.cs index 760419f..a54b67e 100644 --- a/Rhinoceros_Engine/Convert/FromRhino.cs +++ b/Rhinoceros_Engine/Convert/FromRhino.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -713,3 +713,4 @@ public static BHG.IGeometry FromRhino(this object obj) + diff --git a/Rhinoceros_Engine/Convert/ToRhino.cs b/Rhinoceros_Engine/Convert/ToRhino.cs index 94598e8..0911c4a 100644 --- a/Rhinoceros_Engine/Convert/ToRhino.cs +++ b/Rhinoceros_Engine/Convert/ToRhino.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -1029,3 +1029,4 @@ private static object ToRhino(this IObject obj) + diff --git a/Rhinoceros_Engine/Convert/ToRhino5.cs b/Rhinoceros_Engine/Convert/ToRhino5.cs index e88954b..e012f60 100644 --- a/Rhinoceros_Engine/Convert/ToRhino5.cs +++ b/Rhinoceros_Engine/Convert/ToRhino5.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -54,3 +54,4 @@ public static RHG.NurbsCurve ToRhino5(this BHG.NurbsCurve bCurve) } + diff --git a/Rhinoceros_Engine/Create/Arc.cs b/Rhinoceros_Engine/Create/Arc.cs index deff61f..e9965ff 100644 --- a/Rhinoceros_Engine/Create/Arc.cs +++ b/Rhinoceros_Engine/Create/Arc.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -54,3 +54,4 @@ public static Arc RandomArc(int seed = 0) + diff --git a/Rhinoceros_Engine/Create/ArcCurve.cs b/Rhinoceros_Engine/Create/ArcCurve.cs index 69e182d..93e12bb 100644 --- a/Rhinoceros_Engine/Create/ArcCurve.cs +++ b/Rhinoceros_Engine/Create/ArcCurve.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -54,3 +54,4 @@ public static ArcCurve RandomArcCurve(int seed = 0) + diff --git a/Rhinoceros_Engine/Create/Circle.cs b/Rhinoceros_Engine/Create/Circle.cs index 18c1b76..5d20312 100644 --- a/Rhinoceros_Engine/Create/Circle.cs +++ b/Rhinoceros_Engine/Create/Circle.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -54,3 +54,4 @@ public static Circle RandomCircle(int seed = 0) + diff --git a/Rhinoceros_Engine/Create/ControlPoint.cs b/Rhinoceros_Engine/Create/ControlPoint.cs index c89b066..1a88587 100644 --- a/Rhinoceros_Engine/Create/ControlPoint.cs +++ b/Rhinoceros_Engine/Create/ControlPoint.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -50,3 +50,4 @@ public static ControlPoint RandomControlPoint(int seed = 0) + diff --git a/Rhinoceros_Engine/Create/Curve.cs b/Rhinoceros_Engine/Create/Curve.cs index c561b9c..627f7b7 100644 --- a/Rhinoceros_Engine/Create/Curve.cs +++ b/Rhinoceros_Engine/Create/Curve.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -58,3 +58,4 @@ public static List RandomCurves(int seed = 0) + diff --git a/Rhinoceros_Engine/Create/Line.cs b/Rhinoceros_Engine/Create/Line.cs index 2e31f52..562eefa 100644 --- a/Rhinoceros_Engine/Create/Line.cs +++ b/Rhinoceros_Engine/Create/Line.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -50,3 +50,4 @@ public static Line RandomLine(int seed = 0) + diff --git a/Rhinoceros_Engine/Create/LineCurve.cs b/Rhinoceros_Engine/Create/LineCurve.cs index 677240a..baf76c9 100644 --- a/Rhinoceros_Engine/Create/LineCurve.cs +++ b/Rhinoceros_Engine/Create/LineCurve.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -50,3 +50,4 @@ public static LineCurve RandomLineCurve(int seed = 0) + diff --git a/Rhinoceros_Engine/Create/NurbsCurve.cs b/Rhinoceros_Engine/Create/NurbsCurve.cs index 8fa27af..d52f3e3 100644 --- a/Rhinoceros_Engine/Create/NurbsCurve.cs +++ b/Rhinoceros_Engine/Create/NurbsCurve.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -52,3 +52,4 @@ public static NurbsCurve RandomNurbsCurve(int seed = 0) + diff --git a/Rhinoceros_Engine/Create/Point3d.cs b/Rhinoceros_Engine/Create/Point3d.cs index 5b434d6..4d09677 100644 --- a/Rhinoceros_Engine/Create/Point3d.cs +++ b/Rhinoceros_Engine/Create/Point3d.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -68,3 +68,4 @@ public static List RandomPoint3dList(int seed = 0) + diff --git a/Rhinoceros_Engine/Create/Point3f.cs b/Rhinoceros_Engine/Create/Point3f.cs index 59d784e..5cf76cd 100644 --- a/Rhinoceros_Engine/Create/Point3f.cs +++ b/Rhinoceros_Engine/Create/Point3f.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -51,3 +51,4 @@ public static Point3f RandomPoint3f(int seed = 0) + diff --git a/Rhinoceros_Engine/Create/PolyCurve.cs b/Rhinoceros_Engine/Create/PolyCurve.cs index 18bf92b..683296e 100644 --- a/Rhinoceros_Engine/Create/PolyCurve.cs +++ b/Rhinoceros_Engine/Create/PolyCurve.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -55,3 +55,4 @@ public static PolyCurve RandomPolyCurve(int seed = 0) + diff --git a/Rhinoceros_Engine/Create/Polyline.cs b/Rhinoceros_Engine/Create/Polyline.cs index ea23283..b9a5e6e 100644 --- a/Rhinoceros_Engine/Create/Polyline.cs +++ b/Rhinoceros_Engine/Create/Polyline.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -50,3 +50,4 @@ public static Polyline RandomPolyline(int seed = 0) + diff --git a/Rhinoceros_Engine/Create/PolylineCurve.cs b/Rhinoceros_Engine/Create/PolylineCurve.cs index 0898684..f22d2c4 100644 --- a/Rhinoceros_Engine/Create/PolylineCurve.cs +++ b/Rhinoceros_Engine/Create/PolylineCurve.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -50,3 +50,4 @@ public static PolylineCurve RandomPolylineCurve(int seed = 0) + diff --git a/Rhinoceros_Engine/Create/Vector3d.cs b/Rhinoceros_Engine/Create/Vector3d.cs index bfa2878..1823d53 100644 --- a/Rhinoceros_Engine/Create/Vector3d.cs +++ b/Rhinoceros_Engine/Create/Vector3d.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -50,3 +50,4 @@ public static Vector3d RandomVector3d(int seed = 0) + diff --git a/Rhinoceros_Engine/Create/Vector3f.cs b/Rhinoceros_Engine/Create/Vector3f.cs index c047ac1..490a0d8 100644 --- a/Rhinoceros_Engine/Create/Vector3f.cs +++ b/Rhinoceros_Engine/Create/Vector3f.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -50,3 +50,4 @@ public static Vector3f RandomVector3f(int seed = 0) + diff --git a/Rhinoceros_Engine/Properties/AssemblyInfo.cs b/Rhinoceros_Engine/Properties/AssemblyInfo.cs index 391c853..d853ce2 100644 --- a/Rhinoceros_Engine/Properties/AssemblyInfo.cs +++ b/Rhinoceros_Engine/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -59,3 +59,4 @@ + diff --git a/Rhinoceros_Engine/Query/DocumentTolerance.cs b/Rhinoceros_Engine/Query/DocumentTolerance.cs index e6ba73a..94f9acf 100644 --- a/Rhinoceros_Engine/Query/DocumentTolerance.cs +++ b/Rhinoceros_Engine/Query/DocumentTolerance.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -50,3 +50,4 @@ public static double DocumentTolerance() + diff --git a/Rhinoceros_Engine/Query/IsEqual.cs b/Rhinoceros_Engine/Query/IsEqual.cs index 5f854c3..c7137fd 100644 --- a/Rhinoceros_Engine/Query/IsEqual.cs +++ b/Rhinoceros_Engine/Query/IsEqual.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -269,3 +269,4 @@ public static bool IIsEqual(this BHG.ICurve bhCurve, RHG.Curve rhCurve, double t + diff --git a/Rhinoceros_Engine/Query/IsPlanarSurface.cs b/Rhinoceros_Engine/Query/IsPlanarSurface.cs index 66379fc..f6073cd 100644 --- a/Rhinoceros_Engine/Query/IsPlanarSurface.cs +++ b/Rhinoceros_Engine/Query/IsPlanarSurface.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -51,3 +51,4 @@ public static bool IsPlanarSurface(this RHG.Brep brep) + diff --git a/Rhinoceros_Engine/Query/IsRhinoEquivalent.cs b/Rhinoceros_Engine/Query/IsRhinoEquivalent.cs index b745002..fa79f89 100644 --- a/Rhinoceros_Engine/Query/IsRhinoEquivalent.cs +++ b/Rhinoceros_Engine/Query/IsRhinoEquivalent.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -55,3 +55,4 @@ public static bool IsRhinoEquivalent(Type type) + diff --git a/Rhinoceros_oM/Properties/AssemblyInfo.cs b/Rhinoceros_oM/Properties/AssemblyInfo.cs index 980dcf3..cd29371 100644 --- a/Rhinoceros_oM/Properties/AssemblyInfo.cs +++ b/Rhinoceros_oM/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -58,3 +58,4 @@ + diff --git a/Rhinoceros_oM/ViewCapture/DimensionViewCaptureSettings.cs b/Rhinoceros_oM/ViewCapture/DimensionViewCaptureSettings.cs index 5282e2a..ba54872 100644 --- a/Rhinoceros_oM/ViewCapture/DimensionViewCaptureSettings.cs +++ b/Rhinoceros_oM/ViewCapture/DimensionViewCaptureSettings.cs @@ -1,6 +1,6 @@ -/* +/* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -67,3 +67,4 @@ public class DimensionViewCaptureSettings : IViewCaptureSettings /***************************************************/ } } + diff --git a/Rhinoceros_oM/ViewCapture/IViewCaptureSettings.cs b/Rhinoceros_oM/ViewCapture/IViewCaptureSettings.cs index 4b5e28d..a736e55 100644 --- a/Rhinoceros_oM/ViewCapture/IViewCaptureSettings.cs +++ b/Rhinoceros_oM/ViewCapture/IViewCaptureSettings.cs @@ -1,6 +1,6 @@ -/* +/* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -62,3 +62,4 @@ public interface IViewCaptureSettings : IObject } } + diff --git a/Rhinoceros_oM/ViewCapture/ScaleViewCaptureSettings.cs b/Rhinoceros_oM/ViewCapture/ScaleViewCaptureSettings.cs index d007c6a..cb1ebb4 100644 --- a/Rhinoceros_oM/ViewCapture/ScaleViewCaptureSettings.cs +++ b/Rhinoceros_oM/ViewCapture/ScaleViewCaptureSettings.cs @@ -1,6 +1,6 @@ -/* +/* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -65,3 +65,4 @@ public class ScaleViewCaptureSettings : IViewCaptureSettings /***************************************************/ } } + From cee39928fe73065cdc98dd889e5a698ab7d6dea7 Mon Sep 17 00:00:00 2001 From: FraserGreenroyd Date: Wed, 3 Jan 2024 17:16:38 +0000 Subject: [PATCH 03/10] Update readme link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46ce5e3..cb7bf7b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Grab the [latest installer](https://bhom.xyz/) and a selection of [sample script ## Getting Started for Developers 🤖 If you want to build the BHoM and the Toolkits from source, it's hopefully easy! 😄 -Do take a look at our specific wiki pages here: [Getting Started for Developers](https://bhom.xyz/documentation/Contributing/Getting-started-for-developers/) +Do take a look at our specific wiki pages here: [Getting Started for Developers](https://bhom.xyz/documentation/Guides-and-Tutorials/Coding-with-BHoM/) ## Want to Contribute? ## From 2eceec91dc6ebdc7fc24461e24a29d8851297050 Mon Sep 17 00:00:00 2001 From: Thomas Edward Kingstone Date: Mon, 8 Jan 2024 16:00:23 +0000 Subject: [PATCH 04/10] moved namespace to BH...Adapters.Rhinoceros --- Rhinoceros_Engine/Compute/CaptureNamedViews.cs | 4 ++-- Rhinoceros_Engine/Compute/CaptureView.cs | 4 ++-- Rhinoceros_Engine/Compute/CollectAllModelData.cs | 2 +- Rhinoceros_Engine/Compute/Geometry.cs | 2 +- Rhinoceros_Engine/Convert/FromRhino.cs | 2 +- Rhinoceros_Engine/Convert/ToRhino.cs | 2 +- Rhinoceros_Engine/Convert/ToRhino5.cs | 2 +- Rhinoceros_Engine/Create/Arc.cs | 2 +- Rhinoceros_Engine/Create/ArcCurve.cs | 2 +- Rhinoceros_Engine/Create/Circle.cs | 2 +- Rhinoceros_Engine/Create/ControlPoint.cs | 2 +- Rhinoceros_Engine/Create/Curve.cs | 2 +- Rhinoceros_Engine/Create/Line.cs | 2 +- Rhinoceros_Engine/Create/LineCurve.cs | 2 +- Rhinoceros_Engine/Create/NurbsCurve.cs | 2 +- Rhinoceros_Engine/Create/Point3d.cs | 2 +- Rhinoceros_Engine/Create/Point3f.cs | 2 +- Rhinoceros_Engine/Create/PolyCurve.cs | 2 +- Rhinoceros_Engine/Create/Polyline.cs | 2 +- Rhinoceros_Engine/Create/PolylineCurve.cs | 2 +- Rhinoceros_Engine/Create/Vector3d.cs | 2 +- Rhinoceros_Engine/Create/Vector3f.cs | 2 +- Rhinoceros_Engine/Query/DocumentTolerance.cs | 2 +- Rhinoceros_Engine/Query/IsEqual.cs | 2 +- Rhinoceros_Engine/Query/IsPlanarSurface.cs | 2 +- Rhinoceros_Engine/Query/IsRhinoEquivalent.cs | 2 +- Rhinoceros_Engine/Rhinoceros_Engine.csproj | 2 +- Rhinoceros_oM/ViewCapture/DimensionViewCaptureSettings.cs | 2 +- Rhinoceros_oM/ViewCapture/IViewCaptureSettings.cs | 2 +- Rhinoceros_oM/ViewCapture/ScaleViewCaptureSettings.cs | 2 +- 30 files changed, 32 insertions(+), 32 deletions(-) diff --git a/Rhinoceros_Engine/Compute/CaptureNamedViews.cs b/Rhinoceros_Engine/Compute/CaptureNamedViews.cs index ff4fe6b..c638e1d 100644 --- a/Rhinoceros_Engine/Compute/CaptureNamedViews.cs +++ b/Rhinoceros_Engine/Compute/CaptureNamedViews.cs @@ -30,10 +30,10 @@ using Rhino; using Rhino.Display; using System.Drawing; -using BH.oM.Rhinoceros.ViewCapture; +using BH.oM.Adapters.Rhinoceros.ViewCapture; using System.Drawing.Imaging; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Compute { diff --git a/Rhinoceros_Engine/Compute/CaptureView.cs b/Rhinoceros_Engine/Compute/CaptureView.cs index 7035315..f541464 100644 --- a/Rhinoceros_Engine/Compute/CaptureView.cs +++ b/Rhinoceros_Engine/Compute/CaptureView.cs @@ -30,10 +30,10 @@ using Rhino; using Rhino.Display; using System.Drawing; -using BH.oM.Rhinoceros.ViewCapture; +using BH.oM.Adapters.Rhinoceros.ViewCapture; using System.Drawing.Imaging; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Compute { diff --git a/Rhinoceros_Engine/Compute/CollectAllModelData.cs b/Rhinoceros_Engine/Compute/CollectAllModelData.cs index e1cc472..47aae31 100644 --- a/Rhinoceros_Engine/Compute/CollectAllModelData.cs +++ b/Rhinoceros_Engine/Compute/CollectAllModelData.cs @@ -31,7 +31,7 @@ using System.Drawing; using Rhino.Geometry; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Compute { diff --git a/Rhinoceros_Engine/Compute/Geometry.cs b/Rhinoceros_Engine/Compute/Geometry.cs index 99b6657..45025f1 100644 --- a/Rhinoceros_Engine/Compute/Geometry.cs +++ b/Rhinoceros_Engine/Compute/Geometry.cs @@ -22,7 +22,7 @@ using System; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Compute { diff --git a/Rhinoceros_Engine/Convert/FromRhino.cs b/Rhinoceros_Engine/Convert/FromRhino.cs index a54b67e..893f0b8 100644 --- a/Rhinoceros_Engine/Convert/FromRhino.cs +++ b/Rhinoceros_Engine/Convert/FromRhino.cs @@ -27,7 +27,7 @@ using BHG = BH.oM.Geometry; using BH.Engine.Base; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Convert { diff --git a/Rhinoceros_Engine/Convert/ToRhino.cs b/Rhinoceros_Engine/Convert/ToRhino.cs index 0911c4a..92b4fff 100644 --- a/Rhinoceros_Engine/Convert/ToRhino.cs +++ b/Rhinoceros_Engine/Convert/ToRhino.cs @@ -33,7 +33,7 @@ using BH.oM.Graphics; using System.ComponentModel; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Convert { diff --git a/Rhinoceros_Engine/Convert/ToRhino5.cs b/Rhinoceros_Engine/Convert/ToRhino5.cs index e012f60..88c5173 100644 --- a/Rhinoceros_Engine/Convert/ToRhino5.cs +++ b/Rhinoceros_Engine/Convert/ToRhino5.cs @@ -25,7 +25,7 @@ using BHG = BH.oM.Geometry; using BH.Engine.Geometry; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Convert { diff --git a/Rhinoceros_Engine/Create/Arc.cs b/Rhinoceros_Engine/Create/Arc.cs index e9965ff..f7000a2 100644 --- a/Rhinoceros_Engine/Create/Arc.cs +++ b/Rhinoceros_Engine/Create/Arc.cs @@ -27,7 +27,7 @@ using System.Text; using System.Threading.Tasks; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Create { diff --git a/Rhinoceros_Engine/Create/ArcCurve.cs b/Rhinoceros_Engine/Create/ArcCurve.cs index 93e12bb..d723250 100644 --- a/Rhinoceros_Engine/Create/ArcCurve.cs +++ b/Rhinoceros_Engine/Create/ArcCurve.cs @@ -27,7 +27,7 @@ using System.Text; using System.Threading.Tasks; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Create { diff --git a/Rhinoceros_Engine/Create/Circle.cs b/Rhinoceros_Engine/Create/Circle.cs index 5d20312..0ae26e2 100644 --- a/Rhinoceros_Engine/Create/Circle.cs +++ b/Rhinoceros_Engine/Create/Circle.cs @@ -27,7 +27,7 @@ using System.Text; using System.Threading.Tasks; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Create { diff --git a/Rhinoceros_Engine/Create/ControlPoint.cs b/Rhinoceros_Engine/Create/ControlPoint.cs index 1a88587..bee37bd 100644 --- a/Rhinoceros_Engine/Create/ControlPoint.cs +++ b/Rhinoceros_Engine/Create/ControlPoint.cs @@ -23,7 +23,7 @@ using Rhino.Geometry; using System; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Create { diff --git a/Rhinoceros_Engine/Create/Curve.cs b/Rhinoceros_Engine/Create/Curve.cs index 627f7b7..8abec91 100644 --- a/Rhinoceros_Engine/Create/Curve.cs +++ b/Rhinoceros_Engine/Create/Curve.cs @@ -24,7 +24,7 @@ using System; using System.Collections.Generic; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Create { diff --git a/Rhinoceros_Engine/Create/Line.cs b/Rhinoceros_Engine/Create/Line.cs index 562eefa..ed1147b 100644 --- a/Rhinoceros_Engine/Create/Line.cs +++ b/Rhinoceros_Engine/Create/Line.cs @@ -23,7 +23,7 @@ using Rhino.Geometry; using System; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Create { diff --git a/Rhinoceros_Engine/Create/LineCurve.cs b/Rhinoceros_Engine/Create/LineCurve.cs index baf76c9..a1d3f20 100644 --- a/Rhinoceros_Engine/Create/LineCurve.cs +++ b/Rhinoceros_Engine/Create/LineCurve.cs @@ -23,7 +23,7 @@ using Rhino.Geometry; using System; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Create { diff --git a/Rhinoceros_Engine/Create/NurbsCurve.cs b/Rhinoceros_Engine/Create/NurbsCurve.cs index d52f3e3..79b48fd 100644 --- a/Rhinoceros_Engine/Create/NurbsCurve.cs +++ b/Rhinoceros_Engine/Create/NurbsCurve.cs @@ -24,7 +24,7 @@ using System; using System.Collections.Generic; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Create { diff --git a/Rhinoceros_Engine/Create/Point3d.cs b/Rhinoceros_Engine/Create/Point3d.cs index 4d09677..7ef5a33 100644 --- a/Rhinoceros_Engine/Create/Point3d.cs +++ b/Rhinoceros_Engine/Create/Point3d.cs @@ -24,7 +24,7 @@ using System; using System.Collections.Generic; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Create { diff --git a/Rhinoceros_Engine/Create/Point3f.cs b/Rhinoceros_Engine/Create/Point3f.cs index 5cf76cd..cf08b52 100644 --- a/Rhinoceros_Engine/Create/Point3f.cs +++ b/Rhinoceros_Engine/Create/Point3f.cs @@ -23,7 +23,7 @@ using Rhino.Geometry; using System; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Create { diff --git a/Rhinoceros_Engine/Create/PolyCurve.cs b/Rhinoceros_Engine/Create/PolyCurve.cs index 683296e..2e99f46 100644 --- a/Rhinoceros_Engine/Create/PolyCurve.cs +++ b/Rhinoceros_Engine/Create/PolyCurve.cs @@ -23,7 +23,7 @@ using Rhino.Geometry; using System; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Create { diff --git a/Rhinoceros_Engine/Create/Polyline.cs b/Rhinoceros_Engine/Create/Polyline.cs index b9a5e6e..08326d8 100644 --- a/Rhinoceros_Engine/Create/Polyline.cs +++ b/Rhinoceros_Engine/Create/Polyline.cs @@ -23,7 +23,7 @@ using Rhino.Geometry; using System; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Create { diff --git a/Rhinoceros_Engine/Create/PolylineCurve.cs b/Rhinoceros_Engine/Create/PolylineCurve.cs index f22d2c4..0bc2bce 100644 --- a/Rhinoceros_Engine/Create/PolylineCurve.cs +++ b/Rhinoceros_Engine/Create/PolylineCurve.cs @@ -23,7 +23,7 @@ using Rhino.Geometry; using System; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Create { diff --git a/Rhinoceros_Engine/Create/Vector3d.cs b/Rhinoceros_Engine/Create/Vector3d.cs index 1823d53..a3d465e 100644 --- a/Rhinoceros_Engine/Create/Vector3d.cs +++ b/Rhinoceros_Engine/Create/Vector3d.cs @@ -23,7 +23,7 @@ using Rhino.Geometry; using System; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Create { diff --git a/Rhinoceros_Engine/Create/Vector3f.cs b/Rhinoceros_Engine/Create/Vector3f.cs index 490a0d8..48f33dc 100644 --- a/Rhinoceros_Engine/Create/Vector3f.cs +++ b/Rhinoceros_Engine/Create/Vector3f.cs @@ -23,7 +23,7 @@ using Rhino.Geometry; using System; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Create { diff --git a/Rhinoceros_Engine/Query/DocumentTolerance.cs b/Rhinoceros_Engine/Query/DocumentTolerance.cs index 94f9acf..2081e8b 100644 --- a/Rhinoceros_Engine/Query/DocumentTolerance.cs +++ b/Rhinoceros_Engine/Query/DocumentTolerance.cs @@ -22,7 +22,7 @@ using Rhino; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Query { diff --git a/Rhinoceros_Engine/Query/IsEqual.cs b/Rhinoceros_Engine/Query/IsEqual.cs index c7137fd..7355d8e 100644 --- a/Rhinoceros_Engine/Query/IsEqual.cs +++ b/Rhinoceros_Engine/Query/IsEqual.cs @@ -25,7 +25,7 @@ using BHG = BH.oM.Geometry; using System.Collections.Generic; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Query { diff --git a/Rhinoceros_Engine/Query/IsPlanarSurface.cs b/Rhinoceros_Engine/Query/IsPlanarSurface.cs index f6073cd..cfc2776 100644 --- a/Rhinoceros_Engine/Query/IsPlanarSurface.cs +++ b/Rhinoceros_Engine/Query/IsPlanarSurface.cs @@ -27,7 +27,7 @@ using System.Linq; using BH.Engine.Geometry; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Query { diff --git a/Rhinoceros_Engine/Query/IsRhinoEquivalent.cs b/Rhinoceros_Engine/Query/IsRhinoEquivalent.cs index fa79f89..52e9ef7 100644 --- a/Rhinoceros_Engine/Query/IsRhinoEquivalent.cs +++ b/Rhinoceros_Engine/Query/IsRhinoEquivalent.cs @@ -25,7 +25,7 @@ using System.Collections.Generic; using System.Linq; -namespace BH.Engine.Rhinoceros +namespace BH.Engine.Adapters.Rhinoceros { public static partial class Query { diff --git a/Rhinoceros_Engine/Rhinoceros_Engine.csproj b/Rhinoceros_Engine/Rhinoceros_Engine.csproj index 2633489..04d17b4 100644 --- a/Rhinoceros_Engine/Rhinoceros_Engine.csproj +++ b/Rhinoceros_Engine/Rhinoceros_Engine.csproj @@ -7,7 +7,7 @@ {93CEDC69-F9C0-4E08-9E94-07F120D811DC} Library Properties - BH.Engine.Rhinoceros + BH.Engine.Adapters.Rhinoceros Rhinoceros_Engine v4.7.2 512 diff --git a/Rhinoceros_oM/ViewCapture/DimensionViewCaptureSettings.cs b/Rhinoceros_oM/ViewCapture/DimensionViewCaptureSettings.cs index ba54872..7764b49 100644 --- a/Rhinoceros_oM/ViewCapture/DimensionViewCaptureSettings.cs +++ b/Rhinoceros_oM/ViewCapture/DimensionViewCaptureSettings.cs @@ -28,7 +28,7 @@ using BH.oM.Base; using System.ComponentModel; -namespace BH.oM.Rhinoceros.ViewCapture +namespace BH.oM.Adapters.Rhinoceros.ViewCapture { [Description("View capture settings class with control over the final size of the image in pixels.")] public class DimensionViewCaptureSettings : IViewCaptureSettings diff --git a/Rhinoceros_oM/ViewCapture/IViewCaptureSettings.cs b/Rhinoceros_oM/ViewCapture/IViewCaptureSettings.cs index a736e55..8538040 100644 --- a/Rhinoceros_oM/ViewCapture/IViewCaptureSettings.cs +++ b/Rhinoceros_oM/ViewCapture/IViewCaptureSettings.cs @@ -28,7 +28,7 @@ using BH.oM.Base; using System.ComponentModel; -namespace BH.oM.Rhinoceros.ViewCapture +namespace BH.oM.Adapters.Rhinoceros.ViewCapture { [Description("Base itnerface for interface controling settings for view capture.")] public interface IViewCaptureSettings : IObject diff --git a/Rhinoceros_oM/ViewCapture/ScaleViewCaptureSettings.cs b/Rhinoceros_oM/ViewCapture/ScaleViewCaptureSettings.cs index cb1ebb4..9d4cafc 100644 --- a/Rhinoceros_oM/ViewCapture/ScaleViewCaptureSettings.cs +++ b/Rhinoceros_oM/ViewCapture/ScaleViewCaptureSettings.cs @@ -28,7 +28,7 @@ using BH.oM.Base; using System.ComponentModel; -namespace BH.oM.Rhinoceros.ViewCapture +namespace BH.oM.Adapters.Rhinoceros.ViewCapture { [Description("View capture settings allowing the size of the image to be controled as a scale of the current viewport size.")] public class ScaleViewCaptureSettings : IViewCaptureSettings From b62fec259a3fc6512c9e78c206e0e0f815ea4f00 Mon Sep 17 00:00:00 2001 From: Thomas Edward Kingstone Date: Tue, 9 Jan 2024 09:56:26 +0000 Subject: [PATCH 05/10] Suggestion from review --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index ec5aeef..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,2 +0,0 @@ - -https://github.com/BuroHappoldEngineering/BHoM_Documentation/wiki/How-do-I-add-new-code%3F From 3fc5551c1b12ec6768d8ce6057398b8878553cc4 Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Tue, 9 Jan 2024 10:02:59 +0000 Subject: [PATCH 06/10] Update project compliance --- Rhinoceros_Engine/Rhinoceros_Engine.csproj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Rhinoceros_Engine/Rhinoceros_Engine.csproj b/Rhinoceros_Engine/Rhinoceros_Engine.csproj index 04d17b4..e8fab41 100644 --- a/Rhinoceros_Engine/Rhinoceros_Engine.csproj +++ b/Rhinoceros_Engine/Rhinoceros_Engine.csproj @@ -1,4 +1,4 @@ - + @@ -34,35 +34,35 @@ False - C:\ProgramData\BHoM\Assemblies\BHoM.dll + $(ProgramData)\BHoM\Assemblies\BHoM.dll False False - C:\ProgramData\BHoM\Assemblies\BHoM_Engine.dll + $(ProgramData)\BHoM\Assemblies\BHoM_Engine.dll False False - C:\ProgramData\BHoM\Assemblies\Dimensional_oM.dll + $(ProgramData)\BHoM\Assemblies\Dimensional_oM.dll False ..\packages\RhinoCommon.6.33.20343.16431\lib\net45\Eto.dll - C:\ProgramData\BHoM\Assemblies\Geometry_Engine.dll + $(ProgramData)\BHoM\Assemblies\Geometry_Engine.dll False False - C:\ProgramData\BHoM\Assemblies\Geometry_oM.dll + $(ProgramData)\BHoM\Assemblies\Geometry_oM.dll False False False - C:\ProgramData\BHoM\Assemblies\Graphics_oM.dll + $(ProgramData)\BHoM\Assemblies\Graphics_oM.dll False @@ -140,4 +140,4 @@ --> - \ No newline at end of file + From 8f5ca5d1358c845bfb523868bf8ecac935c9e214 Mon Sep 17 00:00:00 2001 From: Thomas Edward Kingstone Date: Tue, 9 Jan 2024 10:17:18 +0000 Subject: [PATCH 07/10] versioning for namespaces --- Rhinoceros_Engine/Rhinoceros_Engine.csproj | 5 +++-- Rhinoceros_Engine/Versioning71.json | 10 ++++++++++ Rhinoceros_oM/Rhinoceros_oM.csproj | 3 +++ Rhinoceros_oM/Versioning71.json | 10 ++++++++++ 4 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 Rhinoceros_Engine/Versioning71.json create mode 100644 Rhinoceros_oM/Versioning71.json diff --git a/Rhinoceros_Engine/Rhinoceros_Engine.csproj b/Rhinoceros_Engine/Rhinoceros_Engine.csproj index e8fab41..9871b41 100644 --- a/Rhinoceros_Engine/Rhinoceros_Engine.csproj +++ b/Rhinoceros_Engine/Rhinoceros_Engine.csproj @@ -1,4 +1,4 @@ - + @@ -115,6 +115,7 @@ + @@ -140,4 +141,4 @@ --> - + \ No newline at end of file diff --git a/Rhinoceros_Engine/Versioning71.json b/Rhinoceros_Engine/Versioning71.json new file mode 100644 index 0000000..97e8205 --- /dev/null +++ b/Rhinoceros_Engine/Versioning71.json @@ -0,0 +1,10 @@ +{ + "Namespace": { + "ToNew": { + "BH.oM.Rhinoceros": "BH.oM.Adapters.Rhinoceros" + }, + "ToOld": { + "BH.oM.Adapters.Rhinoceros": "BH.oM.Rhinoceros" + } + } +} \ No newline at end of file diff --git a/Rhinoceros_oM/Rhinoceros_oM.csproj b/Rhinoceros_oM/Rhinoceros_oM.csproj index a9aeb5e..df79a78 100644 --- a/Rhinoceros_oM/Rhinoceros_oM.csproj +++ b/Rhinoceros_oM/Rhinoceros_oM.csproj @@ -53,6 +53,9 @@ + + + xcopy "$(TargetDir)$(TargetFileName)" "C:\\ProgramData\\BHoM\\Assemblies" /Y diff --git a/Rhinoceros_oM/Versioning71.json b/Rhinoceros_oM/Versioning71.json new file mode 100644 index 0000000..97e8205 --- /dev/null +++ b/Rhinoceros_oM/Versioning71.json @@ -0,0 +1,10 @@ +{ + "Namespace": { + "ToNew": { + "BH.oM.Rhinoceros": "BH.oM.Adapters.Rhinoceros" + }, + "ToOld": { + "BH.oM.Adapters.Rhinoceros": "BH.oM.Rhinoceros" + } + } +} \ No newline at end of file From 9c1a2f15aef32dfd44af6abaeefc07ed26b0e0f1 Mon Sep 17 00:00:00 2001 From: Thomas Edward Kingstone Date: Tue, 9 Jan 2024 10:18:17 +0000 Subject: [PATCH 08/10] made IsRhinoEquivalent an extension method --- Rhinoceros_Engine/Query/IsRhinoEquivalent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rhinoceros_Engine/Query/IsRhinoEquivalent.cs b/Rhinoceros_Engine/Query/IsRhinoEquivalent.cs index 52e9ef7..caf54e7 100644 --- a/Rhinoceros_Engine/Query/IsRhinoEquivalent.cs +++ b/Rhinoceros_Engine/Query/IsRhinoEquivalent.cs @@ -33,7 +33,7 @@ public static partial class Query /**** Public Methods - Mesh ****/ /***************************************************/ - public static bool IsRhinoEquivalent(Type type) + public static bool IsRhinoEquivalent(this Type type) { if (typeof(IGeometry).IsAssignableFrom(type)) return (type != typeof(Extrusion) From 7a901a341089e482807f0dfc3055647513a9947e Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Tue, 9 Jan 2024 10:21:00 +0000 Subject: [PATCH 09/10] Update project compliance --- Rhinoceros_Engine/Rhinoceros_Engine.csproj | 4 ++-- Rhinoceros_oM/Rhinoceros_oM.csproj | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Rhinoceros_Engine/Rhinoceros_Engine.csproj b/Rhinoceros_Engine/Rhinoceros_Engine.csproj index 9871b41..430008c 100644 --- a/Rhinoceros_Engine/Rhinoceros_Engine.csproj +++ b/Rhinoceros_Engine/Rhinoceros_Engine.csproj @@ -1,4 +1,4 @@ - + @@ -141,4 +141,4 @@ --> - \ No newline at end of file + diff --git a/Rhinoceros_oM/Rhinoceros_oM.csproj b/Rhinoceros_oM/Rhinoceros_oM.csproj index df79a78..9fc75e4 100644 --- a/Rhinoceros_oM/Rhinoceros_oM.csproj +++ b/Rhinoceros_oM/Rhinoceros_oM.csproj @@ -1,4 +1,4 @@ - + @@ -34,7 +34,7 @@ False - C:\ProgramData\BHoM\Assemblies\BHoM.dll + $(ProgramData)\BHoM\Assemblies\BHoM.dll False @@ -74,4 +74,4 @@ --> - \ No newline at end of file + From 56989f7625b979d90788539da07668efb76d4ca9 Mon Sep 17 00:00:00 2001 From: Thomas Edward Kingstone Date: Tue, 9 Jan 2024 12:25:59 +0000 Subject: [PATCH 10/10] fixed versioning file for engine --- Rhinoceros_Engine/Versioning71.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rhinoceros_Engine/Versioning71.json b/Rhinoceros_Engine/Versioning71.json index 97e8205..39e3f05 100644 --- a/Rhinoceros_Engine/Versioning71.json +++ b/Rhinoceros_Engine/Versioning71.json @@ -1,10 +1,10 @@ { "Namespace": { "ToNew": { - "BH.oM.Rhinoceros": "BH.oM.Adapters.Rhinoceros" + "BH.Engine.Rhinoceros": "BH.Engine.Adapters.Rhinoceros" }, "ToOld": { - "BH.oM.Adapters.Rhinoceros": "BH.oM.Rhinoceros" + "BH.Engine.Adapters.Rhinoceros": "BH.Engine.Rhinoceros" } } } \ No newline at end of file