Skip to content

Change namespace to BH.Engine.Adapters.ETABS #319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ETABS_Engine/Compute/UpgradeVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
using BH.oM.Geometry.SettingOut;
using BH.oM.Reflection.Attributes;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Compute
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Convert/ToBHoM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
using BH.oM.Structure.Constraints;
using BH.oM.Geometry;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Convert
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Convert/ToCSI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
using BH.oM.Geometry;
using System.Linq;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Convert
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Create/Diaphragm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
using BH.Engine.Structure;
using BH.Engine.Geometry;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Create
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Create/MassSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
using BH.oM.Structure.Loads;


namespace BH.Engine.ETABS.Structure
namespace BH.Engine.Adapters.ETABS.Structure
{
public static partial class Create
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Create/Pier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
using BH.Engine.Structure;
using BH.Engine.Geometry;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Create
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Create/Spandrel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
using BH.Engine.Structure;
using BH.Engine.Geometry;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Create
{
Expand Down
3 changes: 2 additions & 1 deletion ETABS_Engine/ETABS_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectGuid>{9552D636-D903-4492-944E-0CD392D7BFE3}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BH.Engine.ETABS</RootNamespace>
<RootNamespace>BH.Engine.Adapters.ETABS</RootNamespace>
<AssemblyName>Etabs_Engine</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -138,6 +138,7 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Versioning_32.json" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Modify/SetAutoLengthOffset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
using BH.oM.Adapters.ETABS.Elements;
using BH.Engine.Base;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Modify
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Modify/SetDiaphragm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
using BH.oM.Adapters.ETABS;
using BH.oM.Adapters.ETABS.Elements;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Modify
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Modify/SetInsertionPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
using BH.oM.Adapters.ETABS;
using BH.oM.Adapters.ETABS.Elements;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Modify
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Modify/SetPier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
using BH.oM.Adapters.ETABS;
using BH.oM.Adapters.ETABS.Elements;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Modify
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Modify/SetShellType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
using BH.oM.Structure.SurfaceProperties;
using BH.oM.Adapters.ETABS;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Modify
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Modify/SetSpandrel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
using BH.oM.Adapters.ETABS;
using BH.oM.Adapters.ETABS.Elements;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Modify
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Query/AutoLengthOffset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
using BH.oM.Adapters.ETABS.Elements;
using BH.Engine.Base;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Query
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Query/CheckFlipBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
using BH.oM.Geometry;
using System.ComponentModel;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Query
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Query/Diaphragm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
using BH.oM.Structure.Elements;
using BH.oM.Adapters.ETABS.Elements;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Query
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Query/InsertionPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
using BH.oM.Adapters.ETABS;
using BH.oM.Adapters.ETABS.Elements;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Query
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Query/ModifyStiffnessInsertionPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
using BH.oM.Adapters.ETABS;
using BH.oM.Adapters.ETABS.Elements;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Query
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Query/Pier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
using BH.oM.Structure.Elements;
using BH.oM.Adapters.ETABS.Elements;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Query
{
Expand Down
2 changes: 1 addition & 1 deletion ETABS_Engine/Query/Spandrel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
using BH.oM.Structure.Elements;
using BH.oM.Adapters.ETABS.Elements;

namespace BH.Engine.ETABS
namespace BH.Engine.Adapters.ETABS
{
public static partial class Query
{
Expand Down
18 changes: 18 additions & 0 deletions ETABS_Engine/Versioning_32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"Namespace": {
"ToNew": {
"BH.Engine.ETABS" : "BH.Engine.Adapters.ETABS"
},
"ToOld": {
"BH.Engine.Adapters.ETABS" : "BH.Engine.ETABS"
}
},
"Type": {
"ToNew": {

},
"ToOld": {

}
}
}
17 changes: 5 additions & 12 deletions Etabs_Adapter/CRUD/Create/Bar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,17 @@

using System.Collections.Generic;
using System.Linq;
using BH.oM.Geometry.SettingOut;
using BH.oM.Structure.Elements;
using BH.oM.Structure.SectionProperties;
using BH.oM.Structure.Constraints;
using BH.oM.Structure.SurfaceProperties;
using BH.oM.Structure.Loads;
using BH.oM.Structure.Offsets;
using BH.Engine.Structure;
using BH.Engine.Geometry;
using BH.oM.Structure.MaterialFragments;
using BH.Engine.ETABS;
using BH.Engine.Adapters.ETABS;
using BH.oM.Adapters.ETABS.Elements;
using BH.oM.Geometry.ShapeProfiles;
using BH.oM.Geometry;
using System.ComponentModel;
using System;
using BH.Engine.Structure;
using BH.oM.Geometry;
using BH.oM.Structure.Constraints;
using BH.oM.Adapters.ETABS;
using BH.Engine.Base;
using System;
#if Debug17 || Release17
using ETABSv17;
#elif Debug18 || Release18
Expand Down
12 changes: 0 additions & 12 deletions Etabs_Adapter/CRUD/Create/Diaphragm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,7 @@

using System.Collections.Generic;
using System.Linq;
using BH.oM.Geometry.SettingOut;
using BH.oM.Structure.Elements;
using BH.oM.Structure.SectionProperties;
using BH.oM.Structure.Constraints;
using BH.oM.Structure.SurfaceProperties;
using BH.oM.Structure.Loads;
using BH.oM.Structure.Offsets;
using BH.Engine.Structure;
using BH.Engine.Geometry;
using BH.oM.Structure.MaterialFragments;
using BH.Engine.ETABS;
using BH.oM.Adapters.ETABS.Elements;
using BH.oM.Adapters.ETABS;

#if Debug17 || Release17
using ETABSv17;
Expand Down
12 changes: 0 additions & 12 deletions Etabs_Adapter/CRUD/Create/Error.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@

using System.Collections.Generic;
using System.Linq;
using BH.oM.Geometry.SettingOut;
using BH.oM.Structure.Elements;
using BH.oM.Structure.SectionProperties;
using BH.oM.Structure.Constraints;
using BH.oM.Structure.SurfaceProperties;
using BH.oM.Structure.Loads;
using BH.oM.Structure.Offsets;
using BH.Engine.Structure;
using BH.Engine.Geometry;
using BH.oM.Structure.MaterialFragments;
using BH.Engine.ETABS;
using BH.oM.Adapters.ETABS.Elements;
#if Debug17 || Release17
using ETABSv17;
#elif Debug18 || Release18
Expand Down
1 change: 0 additions & 1 deletion Etabs_Adapter/CRUD/Create/Level.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
using System.Collections.Generic;
using System.Linq;
using BH.oM.Geometry.SettingOut;
using BH.Engine.ETABS;
#if Debug17 || Release17
using ETABSv17;
#elif Debug18 || Release18
Expand Down
2 changes: 1 addition & 1 deletion Etabs_Adapter/CRUD/Create/Load.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
using System;
using BH.oM.Structure.Elements;
using BH.oM.Structure.Loads;
using BH.Engine.ETABS;
using BH.Engine.Spatial;
using BH.Engine.Adapters.ETABS;

#if Debug17 || Release17
using ETABSv17;
Expand Down
2 changes: 0 additions & 2 deletions Etabs_Adapter/CRUD/Create/Loadcase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
using System.Collections.Generic;
using System.Linq;
using System;
using BH.oM.Structure.Elements;
using BH.oM.Structure.Loads;
using BH.Engine.ETABS;

#if Debug17 || Release17
using ETABSv17;
Expand Down
2 changes: 1 addition & 1 deletion Etabs_Adapter/CRUD/Create/Material.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
using System.Linq;
using BH.Engine.Structure;
using BH.oM.Structure.MaterialFragments;
using BH.Engine.ETABS;
using BH.Engine.Adapters.ETABS;
using System.ComponentModel;

#if Debug17 || Release17
Expand Down
11 changes: 1 addition & 10 deletions Etabs_Adapter/CRUD/Create/Node.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,9 @@

using System.Collections.Generic;
using System.Linq;
using BH.oM.Geometry.SettingOut;
using BH.oM.Structure.Elements;
using BH.oM.Structure.SectionProperties;
using BH.oM.Structure.Constraints;
using BH.oM.Structure.SurfaceProperties;
using BH.oM.Structure.Loads;
using BH.oM.Structure.Offsets;
using BH.Engine.Structure;
using BH.Engine.Geometry;
using BH.oM.Structure.MaterialFragments;
using BH.Engine.ETABS;
using BH.oM.Adapters.ETABS.Elements;
using BH.Engine.Adapters.ETABS;


namespace BH.Adapter.ETABS
Expand Down
10 changes: 1 addition & 9 deletions Etabs_Adapter/CRUD/Create/Panel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,11 @@

using System.Collections.Generic;
using System.Linq;
using BH.oM.Geometry.SettingOut;
using BH.oM.Structure.Elements;
using BH.oM.Structure.SectionProperties;
using BH.oM.Structure.Constraints;
using BH.oM.Structure.SurfaceProperties;
using BH.oM.Structure.Loads;
using BH.oM.Structure.Offsets;
using BH.Engine.Structure;
using BH.Engine.Geometry;
using BH.oM.Structure.MaterialFragments;
using BH.Engine.ETABS;
using BH.Engine.Adapters.ETABS;
using BH.oM.Adapters.ETABS.Elements;
using BH.oM.Adapters.ETABS;

#if Debug17 || Release17
using ETABSv17;
Expand Down
12 changes: 1 addition & 11 deletions Etabs_Adapter/CRUD/Create/_Create.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,8 @@

using System.Collections.Generic;
using System.Linq;
using BH.oM.Geometry.SettingOut;
using BH.oM.Architecture.Elements;
using BH.oM.Structure.Elements;
using BH.oM.Structure.SectionProperties;
using BH.oM.Structure.Constraints;
using BH.oM.Structure.SurfaceProperties;
using BH.oM.Structure.Loads;
using BH.oM.Structure.Offsets;
using BH.Engine.Structure;
using BH.Engine.Geometry;
using BH.oM.Structure.MaterialFragments;
using BH.Engine.ETABS;
using BH.Engine.Adapters.ETABS;
using BH.oM.Adapters.ETABS.Elements;
using BH.oM.Adapter;

Expand Down
4 changes: 1 addition & 3 deletions Etabs_Adapter/CRUD/Read/Bar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@
using BH.oM.Structure.Elements;
using BH.oM.Structure.SectionProperties;
using BH.oM.Structure.Constraints;
using BH.oM.Structure.MaterialFragments;
using BH.Engine.ETABS;
using BH.Engine.Adapters.ETABS;
using BH.oM.Geometry;
using BH.oM.Geometry.ShapeProfiles;
using BH.oM.Adapters.ETABS.Fragments;
#if Debug17 || Release17
using ETABSv17;
Expand Down
Loading