BHoM / ETABS_Toolkit

Tools for ETABS and CSI Software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Etabs_Toolkit: Remove support for pulling Results using a FilterRequest

IsakNaslundBh opened this issue · comments

Broken rules:

It is dangerous to pull results only specifying the type you want back. Results should only be pulled using the explicit ResultRequests.

Suggestions to restore compliance:

Remove support for pulling results with filter requests, and raise a warning stating what request the user should be using instead.

Related to BHoM/BHoM_Adapter#240