How To Make An ETABS Plugin In Visual Studio Using C# | Part 1

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • This tutorial is intended to provide the code needed to make and run an ETABS Plugin.
    0:00 What is a Plugin?
    0:35 What you need to have to strart coding a Plugin.
    1:08 Start a new Project in visual studio
    2:10 Add Etabs Namespaces
    3:57 Add Windows Form
    4:55 Define Class cPlugin
    7:36 Redefine form1
    15:06 Build dll file
    18:17 Add Plugin to ETABS
    20:41 End

Комментарии • 9

  • @StructuralInsights87
    @StructuralInsights87  2 года назад

    Link to Part Two:
    ruclips.net/video/F2Uho144ARY/видео.html

  • @user-te3be6oy2w
    @user-te3be6oy2w 11 месяцев назад

    its very good for starting Learning Create Plugin. tnx

  • @mohammadebrahimi1596
    @mohammadebrahimi1596 2 года назад +1

    hi, when I want to load my plugin I get an error. Plugin failed. I've checked everything. do you know why?

  • @ajayagrawal6334
    @ajayagrawal6334 2 года назад

    Wow..Great intro on plugin..Need more of these ! Also is VBA, Python more flexible or C# ?

    • @StructuralInsights87
      @StructuralInsights87  2 года назад +2

      Thanks, Actually I stumbled upon C#, I didn't go through a binge research to find out which one is better. As far as I'm concerned, for most of the things I'm doing, VBA, Python don't make any difference

  • @dawitdave5058
    @dawitdave5058 2 года назад

    excellent

  • @gamingfps1611
    @gamingfps1611 Год назад

    Hi sir , please help I made a tool to make envelope load combination every this works fine gettimg the data from.etabs but if i click to make load combination , my tool stop responde and tooks toooo much time to add the load combination in etabs , any advice please ??