As discussed on the review of https://github.com/BHoM/Revit_Toolkit/pull/833, DuctShape query should not base its logic on family name string, but rather on DuctType.Shape property for Revit 2019 and above and Connector.Shape of one of the end connectors for Revit 2018.
Description:
As discussed on the review of https://github.com/BHoM/Revit_Toolkit/pull/833,
DuctShape
query should not base its logic on family name string, but rather onDuctType.Shape
property for Revit 2019 and above andConnector.Shape
of one of the end connectors for Revit 2018.