jchatkinson / ETABS-plugin-starter-kit

A starting point for creating an ETABS plugin in C#

Home Page:https://www.kinson.io/post/etabs-plugin-quickstart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ETABS-plugin-starter-kit

This repo is intended to be a starting point for creating an ETABS plugin in C#. It includes a small amount of boiler plate so that the plugin can compile and load into ETABS.

A more thorough overview of the repo can be read at the following webiste: https://kinson.io/post/etabs-plugin-quickstart/

Note that this plugin was built using Version 17 of the ETABS oAPI. Starting in ETABS 2018, a new api has been released and will provide backward compatibility for future releases, so it is recommended to update this reference. This new API is contained in the library file ETABSv1.dll and should be imported instead of the older ETABSv17.dll.

About

A starting point for creating an ETABS plugin in C#

https://www.kinson.io/post/etabs-plugin-quickstart/

License:MIT License


Languages

Language:C# 100.0%