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;
IElement
interfaces are migrating toDimensional_oM
This will cause every project which uses any of the
IElement
s or any class inheriting fromIElement
to need a reference toDimensional_oM
. Further more, any file using any of theIElement
interfaces explicitly, will need to addusing 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
For every file in your toolkit
IElement
interfaces, addusing BH.oM.Dimensional;