
This is a course on how to program using Tekla’s Open API. We will start from the very beginning and get into some complicated topics. These are the principles I use when developing Tekla API applications.
The following posts a video tutorial on how to get started using the Tekla Open API. The first thing you need is visual studio.
Ensure you have enough memory on your C (or XYZ drive). If you do not have enough memory, then watch me trouble shoot this problem.
Getting Set-up:
- Ensure you have Windows 7+ installed.
- Download Visual Studio (Community Edition) is fine for your purposes.
- Ensure you are using .NET Framework (which is different to .NET Core and .NET 5 / 6 / 7 / 8 and upwards). They sounds similar, and it is confusing but you want the Framework version.
- If you wish, you can download and use Resharper (which is helpful).










