BHoM / ETABS_Toolkit

Tools for ETABS and CSI Software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wind LoadCase cannot input to ETABS17

samloo1997 opened this issue · comments

Description:

Enum LoadNature for Wind converts to Gravity Load instead of Wind Load in ETABS 2017
image

Steps to reproduce:

  1. Connect CreateENUM LoadNature: Wind to CreateBHoM Loadcase
  2. Connect the Loadcase to Push function with ETABS17 Adaptor and AdapterDefault as pushtype
    image

Expected behaviour:

Type in Load Patterns should be Wind instead of Dead

Test file(s):

failedloadcase_wind.zip

Thanks for raising @samloo1997 .

You are right, was a typo in the convert of the load nature enum in the adapter. Will raise a PR for this, if you are able to help review that would be great!

Thanks