Open peterjamesnugent opened 2 months ago
Needs to happen after EvaluateDepedencyDepth()
:
https://github.com/BHoM/BHoM_Adapter/blob/develop/Adapter_Engine/Query/GetDependencySortedObjects.cs
Needs to be updated on IBHoMAdapter
:
https://github.com/BHoM/BHoM_Adapter/blob/develop/Adapter_oM/IBHoMAdapter.cs
See https://bhom.xyz/documentation/Contributing/Best-practices/Branching-Strategy/ for linking PRs across different repos.
Description:
In relation to this issue: https://github.com/BHoM/ETABS_Toolkit/issues/435
Essentially, if you put a list of different object types, some should take priority over others where
DepedencyType
cannot be relied upon.For example the
Level
are not a depedency of either aBar
orPanel
, but is required to be pushed first before any other objects are pushed.