A full PySide2 dialog controlling ASCE wind calculations
Back in November 2021, I built an app that allows the selection and presentation of AISC steel properties and the calculation of ASCE wind loads.
Thanks to help from Tony Roberts with PyXLL, I have updated my app and have updated the methods by which it can be invoked.
In my previous post, I presented a single menu using the PySide2 exec function.
In today’s post, I present 3 methods of invoking the app.
- Custom Task Pane (CTP)
- PySide2 exec function
- ActiveX embed (AX)
For Method 1 and Method 2, I have condensed my menu by using tabs. The condensed menu fits nicely in a CTP and fits well as an AX embed.
Here is the new video
Thanks again Tony. Great work.