BHoM/DIALux_Toolkit

Update IElement references with the Dimensional_oM

Closed this issue · 0 comments

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;