BHoM / BHoM_Adapter

GNU Lesser General Public License v3.0
7 stars 5 forks source link

Update IElement references with the Dimensional_oM #200

Closed FraserGreenroyd closed 4 years ago

FraserGreenroyd commented 4 years ago

IElement interfaces are migrating to Dimensional_oM

This will cause every project which uses any of the IElements or any class inheriting from IElement to need a reference to Dimensional_oM. Further more, any file using any of the IElement interfaces explicitly, will need to add using BH.oM.Dimensional;

Follow these steps to include in your toolkits:

Branch Name:

Dimensional_oM698-Migrate-IElementXD-Interfaces-from-Geometry_oM

For every project in your toolkit
  1. If you had a reference to Geometry_oM, add a reference to Dimensional_oM
For every file in your toolkit
  1. If you have any direct use of any of the IElement interfaces, add using BH.oM.Dimensional;