From 12649c4cf98738f93a36a9b9393df2c7bf0125db Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Thu, 19 Dec 2024 13:52:22 +0100 Subject: [PATCH 1/2] Update assembly file version to 8.1.0.0 --- ETABS_Engine/Properties/AssemblyInfo.cs | 2 +- ETABS_oM/Properties/AssemblyInfo.cs | 2 +- Etabs_Adapter/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ETABS_Engine/Properties/AssemblyInfo.cs b/ETABS_Engine/Properties/AssemblyInfo.cs index bdeee512..fccff3f0 100644 --- a/ETABS_Engine/Properties/AssemblyInfo.cs +++ b/ETABS_Engine/Properties/AssemblyInfo.cs @@ -55,7 +55,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("8.0.0.0")] -[assembly: AssemblyFileVersion("8.0.0.0")] +[assembly: AssemblyFileVersion("8.1.0.0")] diff --git a/ETABS_oM/Properties/AssemblyInfo.cs b/ETABS_oM/Properties/AssemblyInfo.cs index 42e381d2..a3ae5450 100644 --- a/ETABS_oM/Properties/AssemblyInfo.cs +++ b/ETABS_oM/Properties/AssemblyInfo.cs @@ -55,7 +55,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("8.0.0.0")] -[assembly: AssemblyFileVersion("8.0.0.0")] +[assembly: AssemblyFileVersion("8.1.0.0")] diff --git a/Etabs_Adapter/Properties/AssemblyInfo.cs b/Etabs_Adapter/Properties/AssemblyInfo.cs index 3556c12c..67f70e1d 100644 --- a/Etabs_Adapter/Properties/AssemblyInfo.cs +++ b/Etabs_Adapter/Properties/AssemblyInfo.cs @@ -55,7 +55,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("8.0.0.0")] -[assembly: AssemblyFileVersion("8.0.0.0")] +[assembly: AssemblyFileVersion("8.1.0.0")] From 299e476f3b74748b505bc6130da6eec3891123cf Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Thu, 19 Dec 2024 13:52:22 +0100 Subject: [PATCH 2/2] Update copyright headers to new year 2025 --- ETABS_Engine/Create/Diaphragm.cs | 3 ++- ETABS_Engine/Create/MassSource.cs | 3 ++- ETABS_Engine/Create/Pier.cs | 3 ++- ETABS_Engine/Create/Spandrel.cs | 3 ++- ETABS_Engine/ModelData.cs | 3 ++- ETABS_Engine/Modify/SetAutoLengthOffset.cs | 3 ++- ETABS_Engine/Modify/SetDiaphragm.cs | 3 ++- ETABS_Engine/Modify/SetInsertionPoint.cs | 3 ++- ETABS_Engine/Modify/SetPier.cs | 3 ++- ETABS_Engine/Modify/SetShellType.cs | 3 ++- ETABS_Engine/Modify/SetSpandrel.cs | 3 ++- ETABS_Engine/Properties/AssemblyInfo.cs | 3 ++- ETABS_Engine/Query/AutoLengthOffset.cs | 3 ++- ETABS_Engine/Query/CheckFlipBar.cs | 3 ++- ETABS_Engine/Query/Diaphragm.cs | 3 ++- ETABS_Engine/Query/InsertionPoint.cs | 3 ++- ETABS_Engine/Query/ModifyStiffnessInsertionPoint.cs | 3 ++- ETABS_Engine/Query/Pier.cs | 3 ++- ETABS_Engine/Query/Spandrel.cs | 3 ++- ETABS_oM/Elements/Diaphragm.cs | 3 ++- ETABS_oM/Elements/Pier.cs | 3 ++- ETABS_oM/Elements/Spandrel.cs | 3 ++- ETABS_oM/Enums/BarInsertionPoint.cs | 3 ++- ETABS_oM/Enums/Diaphragm.cs | 3 ++- ETABS_oM/Enums/SectionDatabase.cs | 3 ++- ETABS_oM/Enums/ShellType.cs | 3 ++- ETABS_oM/Fragments/AutoLengthOffset.cs | 3 ++- ETABS_oM/Fragments/ETABSId.cs | 3 ++- ETABS_oM/Fragments/InsertionPoint.cs | 3 ++- ETABS_oM/Fragments/ShellTypeFragment.cs | 3 ++- ETABS_oM/Loads/MassSource.cs | 3 ++- ETABS_oM/Loads/ModalCase.cs | 3 ++- ETABS_oM/Properties/AssemblyInfo.cs | 3 ++- ETABS_oM/Requests/Enum/PierAndSpandrelResultType.cs | 3 ++- ETABS_oM/Requests/PierAndSpandrelForceRequest.cs | 3 ++- ETABS_oM/Results/PierForce.cs | 3 ++- ETABS_oM/Results/SpandrelForce.cs | 5 +++-- ETABS_oM/Settings/DataBaseSettings.cs | 3 ++- ETABS_oM/Settings/EtabsSettings.cs | 3 ++- Etabs_Adapter/AdapterActions/Execute.cs | 3 ++- Etabs_Adapter/CRUD/Create/Bar.cs | 3 ++- Etabs_Adapter/CRUD/Create/Diaphragm.cs | 3 ++- Etabs_Adapter/CRUD/Create/Error.cs | 3 ++- Etabs_Adapter/CRUD/Create/Level.cs | 3 ++- Etabs_Adapter/CRUD/Create/Link.cs | 3 ++- Etabs_Adapter/CRUD/Create/Load.cs | 3 ++- Etabs_Adapter/CRUD/Create/Loadcase.cs | 3 ++- Etabs_Adapter/CRUD/Create/Material.cs | 3 ++- Etabs_Adapter/CRUD/Create/Node.cs | 3 ++- Etabs_Adapter/CRUD/Create/Panel.cs | 3 ++- Etabs_Adapter/CRUD/Create/SectionProperty.cs | 3 ++- Etabs_Adapter/CRUD/Create/SurfaceProperty.cs | 3 ++- Etabs_Adapter/CRUD/Create/_Create.cs | 3 ++- Etabs_Adapter/CRUD/Delete/_Delete.cs | 3 ++- Etabs_Adapter/CRUD/Read/Bar.cs | 3 ++- Etabs_Adapter/CRUD/Read/Grid.cs | 3 ++- Etabs_Adapter/CRUD/Read/Level.cs | 3 ++- Etabs_Adapter/CRUD/Read/Link.cs | 3 ++- Etabs_Adapter/CRUD/Read/Load.cs | 3 ++- Etabs_Adapter/CRUD/Read/Loadcase.cs | 3 ++- Etabs_Adapter/CRUD/Read/Material.cs | 3 ++- Etabs_Adapter/CRUD/Read/Mesh.cs | 3 ++- Etabs_Adapter/CRUD/Read/Node.cs | 3 ++- Etabs_Adapter/CRUD/Read/Panel.cs | 3 ++- Etabs_Adapter/CRUD/Read/Results/BarResults.cs | 3 ++- Etabs_Adapter/CRUD/Read/Results/GlobalResults.cs | 3 ++- Etabs_Adapter/CRUD/Read/Results/MeshResults.cs | 3 ++- Etabs_Adapter/CRUD/Read/Results/NodeResults.cs | 3 ++- Etabs_Adapter/CRUD/Read/Results/PierAndSpandrelResults.cs | 3 ++- Etabs_Adapter/CRUD/Read/Results/Result.cs | 3 ++- Etabs_Adapter/CRUD/Read/SectionProperty.cs | 3 ++- Etabs_Adapter/CRUD/Read/SurfaceProperty.cs | 3 ++- Etabs_Adapter/CRUD/Read/_Read.cs | 3 ++- Etabs_Adapter/CRUD/Update/Bar.cs | 3 ++- Etabs_Adapter/CRUD/Update/Material.cs | 3 ++- Etabs_Adapter/CRUD/Update/Node.cs | 5 +++-- Etabs_Adapter/CRUD/Update/Panel.cs | 3 ++- Etabs_Adapter/CRUD/Update/SectionProperty.cs | 3 ++- Etabs_Adapter/CRUD/Update/SurfaceProperty.cs | 3 ++- Etabs_Adapter/CRUD/Update/_Update.cs | 3 ++- Etabs_Adapter/Convert/FromCSI/Panel.cs | 3 ++- Etabs_Adapter/Convert/FromCSI/Vector.cs | 3 ++- Etabs_Adapter/Convert/ToCSI/BarRelease.cs | 3 ++- Etabs_Adapter/Convert/ToCSI/Constraint6DOF.cs | 3 ++- Etabs_Adapter/Convert/ToCSI/Panel.cs | 3 ++- Etabs_Adapter/Convert/ToCSI/Vector.cs | 3 ++- Etabs_Adapter/ETABSAdapter.cs | 3 ++- Etabs_Adapter/Properties/AssemblyInfo.cs | 3 ++- Etabs_Adapter/Types/Comparer.cs | 3 ++- Etabs_Adapter/Types/DependencyTypes.cs | 3 ++- Etabs_Adapter/Types/NextIndex.cs | 3 ++- Etabs_Adapter/Types/PriorityTypes.cs | 5 +++-- 92 files changed, 187 insertions(+), 95 deletions(-) diff --git a/ETABS_Engine/Create/Diaphragm.cs b/ETABS_Engine/Create/Diaphragm.cs index 07b8ec9b..e31a8121 100644 --- a/ETABS_Engine/Create/Diaphragm.cs +++ b/ETABS_Engine/Create/Diaphragm.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -60,3 +60,4 @@ public static Diaphragm Diaphragm(/*List panels,*/ string name, Diaphragm + diff --git a/ETABS_Engine/Create/MassSource.cs b/ETABS_Engine/Create/MassSource.cs index 1a60bebe..7a0570b3 100644 --- a/ETABS_Engine/Create/MassSource.cs +++ b/ETABS_Engine/Create/MassSource.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -76,3 +76,4 @@ public static MassSource MassSource(bool elementSelfWeight, bool additionalMass, + diff --git a/ETABS_Engine/Create/Pier.cs b/ETABS_Engine/Create/Pier.cs index accb8062..02314860 100644 --- a/ETABS_Engine/Create/Pier.cs +++ b/ETABS_Engine/Create/Pier.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 Pier Pier(string name) + diff --git a/ETABS_Engine/Create/Spandrel.cs b/ETABS_Engine/Create/Spandrel.cs index a3ad44e0..933463d7 100644 --- a/ETABS_Engine/Create/Spandrel.cs +++ b/ETABS_Engine/Create/Spandrel.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 Spandrel Spandrel(string name) + diff --git a/ETABS_Engine/ModelData.cs b/ETABS_Engine/ModelData.cs index dd73efce..5e804646 100644 --- a/ETABS_Engine/ModelData.cs +++ b/ETABS_Engine/ModelData.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 @@ + diff --git a/ETABS_Engine/Modify/SetAutoLengthOffset.cs b/ETABS_Engine/Modify/SetAutoLengthOffset.cs index 33524006..e84e97f8 100644 --- a/ETABS_Engine/Modify/SetAutoLengthOffset.cs +++ b/ETABS_Engine/Modify/SetAutoLengthOffset.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -64,3 +64,4 @@ public static Bar SetAutoLengthOffset(this Bar bar, bool autoLengthOffset, doubl + diff --git a/ETABS_Engine/Modify/SetDiaphragm.cs b/ETABS_Engine/Modify/SetDiaphragm.cs index 850a7f26..5354d5e6 100644 --- a/ETABS_Engine/Modify/SetDiaphragm.cs +++ b/ETABS_Engine/Modify/SetDiaphragm.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 Panel SetDiaphragm(this Panel panel, Diaphragm diaphragm) + diff --git a/ETABS_Engine/Modify/SetInsertionPoint.cs b/ETABS_Engine/Modify/SetInsertionPoint.cs index 2ade2ccb..8644e3ed 100644 --- a/ETABS_Engine/Modify/SetInsertionPoint.cs +++ b/ETABS_Engine/Modify/SetInsertionPoint.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 @@ public static Bar SetInsertionPoint(this Bar bar, BarInsertionPoint barInsertion + diff --git a/ETABS_Engine/Modify/SetPier.cs b/ETABS_Engine/Modify/SetPier.cs index c3c63d79..b8687f23 100644 --- a/ETABS_Engine/Modify/SetPier.cs +++ b/ETABS_Engine/Modify/SetPier.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -53,3 +53,4 @@ public static Panel SetPier(this Panel panel, Pier pier) + diff --git a/ETABS_Engine/Modify/SetShellType.cs b/ETABS_Engine/Modify/SetShellType.cs index 58a1eabe..6cc142dc 100644 --- a/ETABS_Engine/Modify/SetShellType.cs +++ b/ETABS_Engine/Modify/SetShellType.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -46,3 +46,4 @@ public static ISurfaceProperty SetShellType(this ISurfaceProperty property, Shel + diff --git a/ETABS_Engine/Modify/SetSpandrel.cs b/ETABS_Engine/Modify/SetSpandrel.cs index 0ad396c6..508d5cba 100644 --- a/ETABS_Engine/Modify/SetSpandrel.cs +++ b/ETABS_Engine/Modify/SetSpandrel.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 Panel SetSpandrel(this Panel panel, Spandrel spandrel) + diff --git a/ETABS_Engine/Properties/AssemblyInfo.cs b/ETABS_Engine/Properties/AssemblyInfo.cs index fccff3f0..f962d2af 100644 --- a/ETABS_Engine/Properties/AssemblyInfo.cs +++ b/ETABS_Engine/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -61,3 +61,4 @@ + diff --git a/ETABS_Engine/Query/AutoLengthOffset.cs b/ETABS_Engine/Query/AutoLengthOffset.cs index 9503778a..06fa3a20 100644 --- a/ETABS_Engine/Query/AutoLengthOffset.cs +++ b/ETABS_Engine/Query/AutoLengthOffset.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 AutoLengthOffset AutoLengthOffset(this Bar bar) + diff --git a/ETABS_Engine/Query/CheckFlipBar.cs b/ETABS_Engine/Query/CheckFlipBar.cs index f10223b0..056099bc 100644 --- a/ETABS_Engine/Query/CheckFlipBar.cs +++ b/ETABS_Engine/Query/CheckFlipBar.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 static bool CheckFlipBar(this Bar bar) + diff --git a/ETABS_Engine/Query/Diaphragm.cs b/ETABS_Engine/Query/Diaphragm.cs index 10722940..7b157251 100644 --- a/ETABS_Engine/Query/Diaphragm.cs +++ b/ETABS_Engine/Query/Diaphragm.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 Diaphragm Diaphragm(this Panel panel) + diff --git a/ETABS_Engine/Query/InsertionPoint.cs b/ETABS_Engine/Query/InsertionPoint.cs index 86532aa2..cb8618a0 100644 --- a/ETABS_Engine/Query/InsertionPoint.cs +++ b/ETABS_Engine/Query/InsertionPoint.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 BarInsertionPoint InsertionPoint(this Bar bar) + diff --git a/ETABS_Engine/Query/ModifyStiffnessInsertionPoint.cs b/ETABS_Engine/Query/ModifyStiffnessInsertionPoint.cs index ee57277b..15f24eac 100644 --- a/ETABS_Engine/Query/ModifyStiffnessInsertionPoint.cs +++ b/ETABS_Engine/Query/ModifyStiffnessInsertionPoint.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 ModifyStiffnessInsertionPoint(this Bar bar) + diff --git a/ETABS_Engine/Query/Pier.cs b/ETABS_Engine/Query/Pier.cs index 225da058..e4ac444c 100644 --- a/ETABS_Engine/Query/Pier.cs +++ b/ETABS_Engine/Query/Pier.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 Pier Pier(this Panel panel) + diff --git a/ETABS_Engine/Query/Spandrel.cs b/ETABS_Engine/Query/Spandrel.cs index a67b2d91..f1a147d2 100644 --- a/ETABS_Engine/Query/Spandrel.cs +++ b/ETABS_Engine/Query/Spandrel.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 Spandrel Spandrel(this Panel panel) + diff --git a/ETABS_oM/Elements/Diaphragm.cs b/ETABS_oM/Elements/Diaphragm.cs index fe286a9b..b7f5b408 100644 --- a/ETABS_oM/Elements/Diaphragm.cs +++ b/ETABS_oM/Elements/Diaphragm.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -46,3 +46,4 @@ public class Diaphragm : BHoMObject, IFragment + diff --git a/ETABS_oM/Elements/Pier.cs b/ETABS_oM/Elements/Pier.cs index 193139a5..2017ab1d 100644 --- a/ETABS_oM/Elements/Pier.cs +++ b/ETABS_oM/Elements/Pier.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -47,3 +47,4 @@ public class Pier : BHoMObject, IFragment + diff --git a/ETABS_oM/Elements/Spandrel.cs b/ETABS_oM/Elements/Spandrel.cs index 8e832647..e93d9ef1 100644 --- a/ETABS_oM/Elements/Spandrel.cs +++ b/ETABS_oM/Elements/Spandrel.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -47,3 +47,4 @@ public class Spandrel : BHoMObject, IFragment + diff --git a/ETABS_oM/Enums/BarInsertionPoint.cs b/ETABS_oM/Enums/BarInsertionPoint.cs index 1656ea80..c6664ee9 100644 --- a/ETABS_oM/Enums/BarInsertionPoint.cs +++ b/ETABS_oM/Enums/BarInsertionPoint.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -48,3 +48,4 @@ public enum BarInsertionPoint + diff --git a/ETABS_oM/Enums/Diaphragm.cs b/ETABS_oM/Enums/Diaphragm.cs index 7985db62..81baddf1 100644 --- a/ETABS_oM/Enums/Diaphragm.cs +++ b/ETABS_oM/Enums/Diaphragm.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -39,3 +39,4 @@ public enum DiaphragmType + diff --git a/ETABS_oM/Enums/SectionDatabase.cs b/ETABS_oM/Enums/SectionDatabase.cs index e0483e0d..b1ff9517 100644 --- a/ETABS_oM/Enums/SectionDatabase.cs +++ b/ETABS_oM/Enums/SectionDatabase.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 enum SectionDatabase + diff --git a/ETABS_oM/Enums/ShellType.cs b/ETABS_oM/Enums/ShellType.cs index aab1ab28..58bdd037 100644 --- a/ETABS_oM/Enums/ShellType.cs +++ b/ETABS_oM/Enums/ShellType.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -34,3 +34,4 @@ public enum ShellType + diff --git a/ETABS_oM/Fragments/AutoLengthOffset.cs b/ETABS_oM/Fragments/AutoLengthOffset.cs index 5e52da3b..fa2c42ca 100644 --- a/ETABS_oM/Fragments/AutoLengthOffset.cs +++ b/ETABS_oM/Fragments/AutoLengthOffset.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -45,3 +45,4 @@ public class AutoLengthOffset : IFragment + diff --git a/ETABS_oM/Fragments/ETABSId.cs b/ETABS_oM/Fragments/ETABSId.cs index ce8043b3..53453233 100644 --- a/ETABS_oM/Fragments/ETABSId.cs +++ b/ETABS_oM/Fragments/ETABSId.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -53,3 +53,4 @@ public class ETABSId : IAdapterId, IPersistentAdapterId + diff --git a/ETABS_oM/Fragments/InsertionPoint.cs b/ETABS_oM/Fragments/InsertionPoint.cs index 7fc89f14..a6a7f056 100644 --- a/ETABS_oM/Fragments/InsertionPoint.cs +++ b/ETABS_oM/Fragments/InsertionPoint.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -49,3 +49,4 @@ public class InsertionPoint : IFragment + diff --git a/ETABS_oM/Fragments/ShellTypeFragment.cs b/ETABS_oM/Fragments/ShellTypeFragment.cs index 2c08e789..3920485e 100644 --- a/ETABS_oM/Fragments/ShellTypeFragment.cs +++ b/ETABS_oM/Fragments/ShellTypeFragment.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -38,3 +38,4 @@ public class ShellTypeFragment : IFragment + diff --git a/ETABS_oM/Loads/MassSource.cs b/ETABS_oM/Loads/MassSource.cs index 48125c51..6a8ca8da 100644 --- a/ETABS_oM/Loads/MassSource.cs +++ b/ETABS_oM/Loads/MassSource.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 class MassSource : BHoMObject + diff --git a/ETABS_oM/Loads/ModalCase.cs b/ETABS_oM/Loads/ModalCase.cs index 31c03951..69147912 100644 --- a/ETABS_oM/Loads/ModalCase.cs +++ b/ETABS_oM/Loads/ModalCase.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 class ModalCase : BHoMObject, ICase + diff --git a/ETABS_oM/Properties/AssemblyInfo.cs b/ETABS_oM/Properties/AssemblyInfo.cs index a3ae5450..bc2e9488 100644 --- a/ETABS_oM/Properties/AssemblyInfo.cs +++ b/ETABS_oM/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -61,3 +61,4 @@ + diff --git a/ETABS_oM/Requests/Enum/PierAndSpandrelResultType.cs b/ETABS_oM/Requests/Enum/PierAndSpandrelResultType.cs index 66ca3b8e..8bdb6bd0 100644 --- a/ETABS_oM/Requests/Enum/PierAndSpandrelResultType.cs +++ b/ETABS_oM/Requests/Enum/PierAndSpandrelResultType.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -36,3 +36,4 @@ public enum PierAndSpandrelResultType + diff --git a/ETABS_oM/Requests/PierAndSpandrelForceRequest.cs b/ETABS_oM/Requests/PierAndSpandrelForceRequest.cs index f6789f0e..25184c72 100644 --- a/ETABS_oM/Requests/PierAndSpandrelForceRequest.cs +++ b/ETABS_oM/Requests/PierAndSpandrelForceRequest.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 class PierAndSpandrelForceRequest : IStructuralResultRequest + diff --git a/ETABS_oM/Results/PierForce.cs b/ETABS_oM/Results/PierForce.cs index cfa8e5de..997c7ae1 100644 --- a/ETABS_oM/Results/PierForce.cs +++ b/ETABS_oM/Results/PierForce.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -90,3 +90,4 @@ public PierForce(IComparable objectId, IComparable resultCase, string location, + diff --git a/ETABS_oM/Results/SpandrelForce.cs b/ETABS_oM/Results/SpandrelForce.cs index 0069b6bb..fbaa1dd3 100644 --- a/ETABS_oM/Results/SpandrelForce.cs +++ b/ETABS_oM/Results/SpandrelForce.cs @@ -1,6 +1,6 @@ -/* +/* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -90,3 +90,4 @@ public SpandrelForce(IComparable objectId, IComparable resultCase, string locati + diff --git a/ETABS_oM/Settings/DataBaseSettings.cs b/ETABS_oM/Settings/DataBaseSettings.cs index b3027350..f5102f9d 100644 --- a/ETABS_oM/Settings/DataBaseSettings.cs +++ b/ETABS_oM/Settings/DataBaseSettings.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -48,3 +48,4 @@ public class DatabaseSettings : IObject + diff --git a/ETABS_oM/Settings/EtabsSettings.cs b/ETABS_oM/Settings/EtabsSettings.cs index 4b4f6512..2bc6cbb4 100644 --- a/ETABS_oM/Settings/EtabsSettings.cs +++ b/ETABS_oM/Settings/EtabsSettings.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 class EtabsSettings : IObject + diff --git a/Etabs_Adapter/AdapterActions/Execute.cs b/Etabs_Adapter/AdapterActions/Execute.cs index 962a5ea8..37799757 100644 --- a/Etabs_Adapter/AdapterActions/Execute.cs +++ b/Etabs_Adapter/AdapterActions/Execute.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -233,3 +233,4 @@ private bool Analyse(IEnumerable cases = null) + diff --git a/Etabs_Adapter/CRUD/Create/Bar.cs b/Etabs_Adapter/CRUD/Create/Bar.cs index 28d0bfe2..56863e86 100644 --- a/Etabs_Adapter/CRUD/Create/Bar.cs +++ b/Etabs_Adapter/CRUD/Create/Bar.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -297,3 +297,4 @@ private static void FlipInsertionPoint(Bar bar) + diff --git a/Etabs_Adapter/CRUD/Create/Diaphragm.cs b/Etabs_Adapter/CRUD/Create/Diaphragm.cs index 84a3f5f3..96971936 100644 --- a/Etabs_Adapter/CRUD/Create/Diaphragm.cs +++ b/Etabs_Adapter/CRUD/Create/Diaphragm.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -57,3 +57,4 @@ private bool CreateObject(Diaphragm diaphragm) + diff --git a/Etabs_Adapter/CRUD/Create/Error.cs b/Etabs_Adapter/CRUD/Create/Error.cs index 69305774..23bac4b3 100644 --- a/Etabs_Adapter/CRUD/Create/Error.cs +++ b/Etabs_Adapter/CRUD/Create/Error.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -113,3 +113,4 @@ private static void RecordFlippingError(string sectionName) + diff --git a/Etabs_Adapter/CRUD/Create/Level.cs b/Etabs_Adapter/CRUD/Create/Level.cs index 60323009..e5f62c8e 100644 --- a/Etabs_Adapter/CRUD/Create/Level.cs +++ b/Etabs_Adapter/CRUD/Create/Level.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -115,3 +115,4 @@ private bool CreateCollection(IEnumerable levels) + diff --git a/Etabs_Adapter/CRUD/Create/Link.cs b/Etabs_Adapter/CRUD/Create/Link.cs index abd99dcb..50a790d1 100644 --- a/Etabs_Adapter/CRUD/Create/Link.cs +++ b/Etabs_Adapter/CRUD/Create/Link.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -113,3 +113,4 @@ private bool CreateObject(LinkConstraint bhLinkConstraint) + diff --git a/Etabs_Adapter/CRUD/Create/Load.cs b/Etabs_Adapter/CRUD/Create/Load.cs index 43a6391f..0ca6ccff 100644 --- a/Etabs_Adapter/CRUD/Create/Load.cs +++ b/Etabs_Adapter/CRUD/Create/Load.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -439,3 +439,4 @@ private void GetDirectionData(ILoad load, out string axis, out int shift) + diff --git a/Etabs_Adapter/CRUD/Create/Loadcase.cs b/Etabs_Adapter/CRUD/Create/Loadcase.cs index 413a8463..9a30119e 100644 --- a/Etabs_Adapter/CRUD/Create/Loadcase.cs +++ b/Etabs_Adapter/CRUD/Create/Loadcase.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -181,3 +181,4 @@ private eLoadPatternType LoadNatureToCSI(LoadNature loadNature) + diff --git a/Etabs_Adapter/CRUD/Create/Material.cs b/Etabs_Adapter/CRUD/Create/Material.cs index 33a77f1a..55bbb59a 100644 --- a/Etabs_Adapter/CRUD/Create/Material.cs +++ b/Etabs_Adapter/CRUD/Create/Material.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -288,3 +288,4 @@ private bool IsLightweight(Concrete material) + diff --git a/Etabs_Adapter/CRUD/Create/Node.cs b/Etabs_Adapter/CRUD/Create/Node.cs index 1f4e4f80..3bd54f38 100644 --- a/Etabs_Adapter/CRUD/Create/Node.cs +++ b/Etabs_Adapter/CRUD/Create/Node.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -112,3 +112,4 @@ private bool SetObject(Node bhNode, string name) + diff --git a/Etabs_Adapter/CRUD/Create/Panel.cs b/Etabs_Adapter/CRUD/Create/Panel.cs index 91d63d84..3868fefb 100644 --- a/Etabs_Adapter/CRUD/Create/Panel.cs +++ b/Etabs_Adapter/CRUD/Create/Panel.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -206,3 +206,4 @@ private static void NonLinearEdgesCheck(List edges) + diff --git a/Etabs_Adapter/CRUD/Create/SectionProperty.cs b/Etabs_Adapter/CRUD/Create/SectionProperty.cs index cf93ca41..9a83d574 100644 --- a/Etabs_Adapter/CRUD/Create/SectionProperty.cs +++ b/Etabs_Adapter/CRUD/Create/SectionProperty.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -460,3 +460,4 @@ private string ToEtabsFileName(SectionDatabase sectionDB) + diff --git a/Etabs_Adapter/CRUD/Create/SurfaceProperty.cs b/Etabs_Adapter/CRUD/Create/SurfaceProperty.cs index e9f219cf..965bab88 100644 --- a/Etabs_Adapter/CRUD/Create/SurfaceProperty.cs +++ b/Etabs_Adapter/CRUD/Create/SurfaceProperty.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -138,3 +138,4 @@ private eShellType ShellTypeToCSI(ISurfaceProperty property) + diff --git a/Etabs_Adapter/CRUD/Create/_Create.cs b/Etabs_Adapter/CRUD/Create/_Create.cs index f6e66266..33340a73 100644 --- a/Etabs_Adapter/CRUD/Create/_Create.cs +++ b/Etabs_Adapter/CRUD/Create/_Create.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -116,3 +116,4 @@ private bool CreateObject(IBHoMObject obj) + diff --git a/Etabs_Adapter/CRUD/Delete/_Delete.cs b/Etabs_Adapter/CRUD/Delete/_Delete.cs index fa05916f..e092e7ac 100644 --- a/Etabs_Adapter/CRUD/Delete/_Delete.cs +++ b/Etabs_Adapter/CRUD/Delete/_Delete.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -147,3 +147,4 @@ protected override int Delete(IRequest request, ActionConfig actionConfig = null + diff --git a/Etabs_Adapter/CRUD/Read/Bar.cs b/Etabs_Adapter/CRUD/Read/Bar.cs index 0820b1b1..a677320c 100644 --- a/Etabs_Adapter/CRUD/Read/Bar.cs +++ b/Etabs_Adapter/CRUD/Read/Bar.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -232,3 +232,4 @@ private static DOFType GetDofType(bool[] isReleased, double[] springValue, int i + diff --git a/Etabs_Adapter/CRUD/Read/Grid.cs b/Etabs_Adapter/CRUD/Read/Grid.cs index b931d1ee..02f5f9b9 100644 --- a/Etabs_Adapter/CRUD/Read/Grid.cs +++ b/Etabs_Adapter/CRUD/Read/Grid.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -273,3 +273,4 @@ private List CylindricalGrids(string id, List ids) + diff --git a/Etabs_Adapter/CRUD/Read/Level.cs b/Etabs_Adapter/CRUD/Read/Level.cs index 3e459259..d8b3920e 100644 --- a/Etabs_Adapter/CRUD/Read/Level.cs +++ b/Etabs_Adapter/CRUD/Read/Level.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -82,3 +82,4 @@ private List ReadLevel(List ids = null) + diff --git a/Etabs_Adapter/CRUD/Read/Link.cs b/Etabs_Adapter/CRUD/Read/Link.cs index 7eb86895..7b69c087 100644 --- a/Etabs_Adapter/CRUD/Read/Link.cs +++ b/Etabs_Adapter/CRUD/Read/Link.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -253,3 +253,4 @@ private LinkConstraint GetLinearLinkConstraint(string name) /***************************************************/ } } + diff --git a/Etabs_Adapter/CRUD/Read/Load.cs b/Etabs_Adapter/CRUD/Read/Load.cs index 5e8e7ddf..8e8afcad 100644 --- a/Etabs_Adapter/CRUD/Read/Load.cs +++ b/Etabs_Adapter/CRUD/Read/Load.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -635,3 +635,4 @@ private Vector Direction(int dir, double val) + diff --git a/Etabs_Adapter/CRUD/Read/Loadcase.cs b/Etabs_Adapter/CRUD/Read/Loadcase.cs index 521d70fb..b6f555ff 100644 --- a/Etabs_Adapter/CRUD/Read/Loadcase.cs +++ b/Etabs_Adapter/CRUD/Read/Loadcase.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -170,3 +170,4 @@ private LoadNature LoadPatternTypeToBHoM(eLoadPatternType loadPatternType) + diff --git a/Etabs_Adapter/CRUD/Read/Material.cs b/Etabs_Adapter/CRUD/Read/Material.cs index daa9855e..138a8bbd 100644 --- a/Etabs_Adapter/CRUD/Read/Material.cs +++ b/Etabs_Adapter/CRUD/Read/Material.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -188,3 +188,4 @@ private List ReadMaterial(List ids = null) + diff --git a/Etabs_Adapter/CRUD/Read/Mesh.cs b/Etabs_Adapter/CRUD/Read/Mesh.cs index 6e577b4e..dbe7dc07 100644 --- a/Etabs_Adapter/CRUD/Read/Mesh.cs +++ b/Etabs_Adapter/CRUD/Read/Mesh.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -167,3 +167,4 @@ private List ReadMesh(List ids = null) + diff --git a/Etabs_Adapter/CRUD/Read/Node.cs b/Etabs_Adapter/CRUD/Read/Node.cs index 6138f30d..7e31c9c4 100644 --- a/Etabs_Adapter/CRUD/Read/Node.cs +++ b/Etabs_Adapter/CRUD/Read/Node.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -125,3 +125,4 @@ public static Constraint6DOF GetConstraint6DOF(bool[] restraint, double[] spring + diff --git a/Etabs_Adapter/CRUD/Read/Panel.cs b/Etabs_Adapter/CRUD/Read/Panel.cs index b794a310..f4c7a767 100644 --- a/Etabs_Adapter/CRUD/Read/Panel.cs +++ b/Etabs_Adapter/CRUD/Read/Panel.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -175,3 +175,4 @@ private Polyline GetPanelPerimeter(string id) + diff --git a/Etabs_Adapter/CRUD/Read/Results/BarResults.cs b/Etabs_Adapter/CRUD/Read/Results/BarResults.cs index 1736f8c1..38262eb2 100644 --- a/Etabs_Adapter/CRUD/Read/Results/BarResults.cs +++ b/Etabs_Adapter/CRUD/Read/Results/BarResults.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -286,3 +286,4 @@ private Point CheckGetPoint(string pointId, Dictionary pts) + diff --git a/Etabs_Adapter/CRUD/Read/Results/GlobalResults.cs b/Etabs_Adapter/CRUD/Read/Results/GlobalResults.cs index 2cd60fd2..365b3da1 100644 --- a/Etabs_Adapter/CRUD/Read/Results/GlobalResults.cs +++ b/Etabs_Adapter/CRUD/Read/Results/GlobalResults.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -195,3 +195,4 @@ private List GetStoreyDrifts() + diff --git a/Etabs_Adapter/CRUD/Read/Results/MeshResults.cs b/Etabs_Adapter/CRUD/Read/Results/MeshResults.cs index e94e105c..774c2e02 100644 --- a/Etabs_Adapter/CRUD/Read/Results/MeshResults.cs +++ b/Etabs_Adapter/CRUD/Read/Results/MeshResults.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -621,3 +621,4 @@ private List SmoothenVonMisesStresses(List forces) + diff --git a/Etabs_Adapter/CRUD/Read/Results/NodeResults.cs b/Etabs_Adapter/CRUD/Read/Results/NodeResults.cs index 44d0a9b9..e041837e 100644 --- a/Etabs_Adapter/CRUD/Read/Results/NodeResults.cs +++ b/Etabs_Adapter/CRUD/Read/Results/NodeResults.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -268,3 +268,4 @@ private List CheckGetNodeIds(NodeResultRequest request) + diff --git a/Etabs_Adapter/CRUD/Read/Results/PierAndSpandrelResults.cs b/Etabs_Adapter/CRUD/Read/Results/PierAndSpandrelResults.cs index 4c7d0c83..7aa2ad42 100644 --- a/Etabs_Adapter/CRUD/Read/Results/PierAndSpandrelResults.cs +++ b/Etabs_Adapter/CRUD/Read/Results/PierAndSpandrelResults.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -160,3 +160,4 @@ private List GetSpandrelForce(IList ids = null) + diff --git a/Etabs_Adapter/CRUD/Read/Results/Result.cs b/Etabs_Adapter/CRUD/Read/Results/Result.cs index f5a2eb22..bf83cf84 100644 --- a/Etabs_Adapter/CRUD/Read/Results/Result.cs +++ b/Etabs_Adapter/CRUD/Read/Results/Result.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -206,3 +206,4 @@ private List CheckAndGetIds(IEnumerable ids) where T : IBHoMObject + diff --git a/Etabs_Adapter/CRUD/Read/SectionProperty.cs b/Etabs_Adapter/CRUD/Read/SectionProperty.cs index 59fb9abf..cce4b8dd 100644 --- a/Etabs_Adapter/CRUD/Read/SectionProperty.cs +++ b/Etabs_Adapter/CRUD/Read/SectionProperty.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -385,3 +385,4 @@ private List ReadSectionProperty(List ids = null) + diff --git a/Etabs_Adapter/CRUD/Read/SurfaceProperty.cs b/Etabs_Adapter/CRUD/Read/SurfaceProperty.cs index 004b4bc7..79a8a480 100644 --- a/Etabs_Adapter/CRUD/Read/SurfaceProperty.cs +++ b/Etabs_Adapter/CRUD/Read/SurfaceProperty.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -247,3 +247,4 @@ private void SetShellType(ISurfaceProperty property, eShellType shellType) + diff --git a/Etabs_Adapter/CRUD/Read/_Read.cs b/Etabs_Adapter/CRUD/Read/_Read.cs index e2fad763..f9a44213 100644 --- a/Etabs_Adapter/CRUD/Read/_Read.cs +++ b/Etabs_Adapter/CRUD/Read/_Read.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -179,3 +179,4 @@ private static List FilterIds(IEnumerable ids, IEnumerable bhBars) + diff --git a/Etabs_Adapter/CRUD/Update/Material.cs b/Etabs_Adapter/CRUD/Update/Material.cs index a8472ad8..71a28e93 100644 --- a/Etabs_Adapter/CRUD/Update/Material.cs +++ b/Etabs_Adapter/CRUD/Update/Material.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -89,3 +89,4 @@ private bool UpdateObjects(IEnumerable bhMaterials) + diff --git a/Etabs_Adapter/CRUD/Update/Node.cs b/Etabs_Adapter/CRUD/Update/Node.cs index df9efc54..5ade95c4 100644 --- a/Etabs_Adapter/CRUD/Update/Node.cs +++ b/Etabs_Adapter/CRUD/Update/Node.cs @@ -1,6 +1,6 @@ -/* +/* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -142,3 +142,4 @@ private bool UpdateObjects(IEnumerable nodes) + diff --git a/Etabs_Adapter/CRUD/Update/Panel.cs b/Etabs_Adapter/CRUD/Update/Panel.cs index 7be336d5..2b7158a2 100644 --- a/Etabs_Adapter/CRUD/Update/Panel.cs +++ b/Etabs_Adapter/CRUD/Update/Panel.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -101,3 +101,4 @@ private bool UpdateObjects(IEnumerable bhPanels) + diff --git a/Etabs_Adapter/CRUD/Update/SectionProperty.cs b/Etabs_Adapter/CRUD/Update/SectionProperty.cs index 34bdd957..d23aae7e 100644 --- a/Etabs_Adapter/CRUD/Update/SectionProperty.cs +++ b/Etabs_Adapter/CRUD/Update/SectionProperty.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -95,3 +95,4 @@ private bool UpdateObjects(IEnumerable bhSections) + diff --git a/Etabs_Adapter/CRUD/Update/SurfaceProperty.cs b/Etabs_Adapter/CRUD/Update/SurfaceProperty.cs index 5378e167..603bb7bf 100644 --- a/Etabs_Adapter/CRUD/Update/SurfaceProperty.cs +++ b/Etabs_Adapter/CRUD/Update/SurfaceProperty.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -73,3 +73,4 @@ private bool UpdateObjects(IEnumerable bhSurfaceProperties) + diff --git a/Etabs_Adapter/CRUD/Update/_Update.cs b/Etabs_Adapter/CRUD/Update/_Update.cs index c74b5cf5..b993a14e 100644 --- a/Etabs_Adapter/CRUD/Update/_Update.cs +++ b/Etabs_Adapter/CRUD/Update/_Update.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 @@ private bool UpdateObjects(IEnumerable objects) + diff --git a/Etabs_Adapter/Convert/FromCSI/Panel.cs b/Etabs_Adapter/Convert/FromCSI/Panel.cs index e75408a2..3b3a8142 100644 --- a/Etabs_Adapter/Convert/FromCSI/Panel.cs +++ b/Etabs_Adapter/Convert/FromCSI/Panel.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -75,3 +75,4 @@ private static bool IsEtabsVertical(this Vector vector) + diff --git a/Etabs_Adapter/Convert/FromCSI/Vector.cs b/Etabs_Adapter/Convert/FromCSI/Vector.cs index 96a6185c..94badaa9 100644 --- a/Etabs_Adapter/Convert/FromCSI/Vector.cs +++ b/Etabs_Adapter/Convert/FromCSI/Vector.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 Vector ToVector(this double[] v) + diff --git a/Etabs_Adapter/Convert/ToCSI/BarRelease.cs b/Etabs_Adapter/Convert/ToCSI/BarRelease.cs index 586ebb73..b59b7e57 100644 --- a/Etabs_Adapter/Convert/ToCSI/BarRelease.cs +++ b/Etabs_Adapter/Convert/ToCSI/BarRelease.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 ToCSI(this BarRelease release, ref bool[] startRestraint, ref + diff --git a/Etabs_Adapter/Convert/ToCSI/Constraint6DOF.cs b/Etabs_Adapter/Convert/ToCSI/Constraint6DOF.cs index 65585f12..d9390d73 100644 --- a/Etabs_Adapter/Convert/ToCSI/Constraint6DOF.cs +++ b/Etabs_Adapter/Convert/ToCSI/Constraint6DOF.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 static void ToCSI(this Constraint6DOF support, ref bool[] restraint, ref + diff --git a/Etabs_Adapter/Convert/ToCSI/Panel.cs b/Etabs_Adapter/Convert/ToCSI/Panel.cs index 1b5c1a34..cdb29937 100644 --- a/Etabs_Adapter/Convert/ToCSI/Panel.cs +++ b/Etabs_Adapter/Convert/ToCSI/Panel.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 static double ToEtabsPanelOrientation(this Vector normal, Vector localY) + diff --git a/Etabs_Adapter/Convert/ToCSI/Vector.cs b/Etabs_Adapter/Convert/ToCSI/Vector.cs index f248eaf1..906237f8 100644 --- a/Etabs_Adapter/Convert/ToCSI/Vector.cs +++ b/Etabs_Adapter/Convert/ToCSI/Vector.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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[] ToDoubleArray(this Vector v) + diff --git a/Etabs_Adapter/ETABSAdapter.cs b/Etabs_Adapter/ETABSAdapter.cs index 141d074d..15bf7604 100644 --- a/Etabs_Adapter/ETABSAdapter.cs +++ b/Etabs_Adapter/ETABSAdapter.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -231,3 +231,4 @@ public double DatabaseLengthUnitFactor() + diff --git a/Etabs_Adapter/Properties/AssemblyInfo.cs b/Etabs_Adapter/Properties/AssemblyInfo.cs index 67f70e1d..010ffaad 100644 --- a/Etabs_Adapter/Properties/AssemblyInfo.cs +++ b/Etabs_Adapter/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -61,3 +61,4 @@ + diff --git a/Etabs_Adapter/Types/Comparer.cs b/Etabs_Adapter/Types/Comparer.cs index 081d4cae..8009ef2c 100644 --- a/Etabs_Adapter/Types/Comparer.cs +++ b/Etabs_Adapter/Types/Comparer.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -71,3 +71,4 @@ protected void SetupComparers() + diff --git a/Etabs_Adapter/Types/DependencyTypes.cs b/Etabs_Adapter/Types/DependencyTypes.cs index 92c0b962..95f1cad9 100644 --- a/Etabs_Adapter/Types/DependencyTypes.cs +++ b/Etabs_Adapter/Types/DependencyTypes.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -70,3 +70,4 @@ protected void SetupDependencies() + diff --git a/Etabs_Adapter/Types/NextIndex.cs b/Etabs_Adapter/Types/NextIndex.cs index 903d170f..b4c8a258 100644 --- a/Etabs_Adapter/Types/NextIndex.cs +++ b/Etabs_Adapter/Types/NextIndex.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, 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 @@ protected override object NextFreeId(Type objectType, bool refresh) + diff --git a/Etabs_Adapter/Types/PriorityTypes.cs b/Etabs_Adapter/Types/PriorityTypes.cs index 1e52ceb3..f4ca1294 100644 --- a/Etabs_Adapter/Types/PriorityTypes.cs +++ b/Etabs_Adapter/Types/PriorityTypes.cs @@ -1,6 +1,6 @@ -/* +/* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -64,3 +64,4 @@ protected void SetupPriorities() +