Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. HandyPrayogo

    ETABS API (python)-Assigning Frame Problem

    I have made some new observation. If I used SetDesignSection(framename,section_type,False,0) in succession (e.g. in a loop) it always changed all the framename that have been changed before. so if I change beam 82,83,84. This three beam will follow the frame that 84 used. I don't know why does...
  2. HandyPrayogo

    ETABS API (python)-Assigning Frame Problem

    I have used 0 and every beam still changes as seen from my code. Maybe I'm supposed to use enumeration of somekind (?) Anyway it does not change the outcome using int (0,1,2).
  3. HandyPrayogo

    ETABS API (python)-Assigning Frame Problem

    this is the ETABS filehttps://files.engineering.com/getfile.aspx?folder=b8ba3916-8a48-45d5-90b4-32e62c21e601&file=Run_etabs.ipynb
  4. HandyPrayogo

    ETABS API (python)-Assigning Frame Problem

    Hi, I have been experimenting with optimizing truss using metaheuristic algorithm using python. I have been able to open ETABS, assign all frame member with the available option using and index, running the model, and extracting the result. However, I encountered some unintended result. When I...
Back
Top