Get started with Tekla Structures Open API
In this guide you will go through how to get started with Tekla Structures Open API (known also as Tekla Open API) and how to create your first Tekla Structures applications.
Prerequisites
You need to purchase a Tekla Structures license to develop on top of Tekla Open API. If you do not have a license yet, or you would like to develop for 3rd parties, join Tekla Partners Program. If you are a student or just evaluating Tekla Open API, download free Tekla Structures Learning from Tekla Campus.
See Policy page for summary of the license terms. Read also the full length copy of the End-User License Agreement on the bottom of the Policy page.
Looking to join Tekla Partners Program?
Then fill out and submit an online application form.
Prepare your setup
- To get started you will need to create a new Microsoft Visual Studio project
- Then you should install Tekla Open API and add assemblies to your project as references
- Next, add directives to namespaces of Tekla Structures assemblies
Start coding
1. Watch how to create your first Hello World application
After watching the video you will know how the using statements let you to reference to Tekla Open API and how to code and run a simple Tekla Structures application.
2. Edit existing code example
- Take a look at this code example that creates a beam to Tekla Structures model
- Take the steps described in the code example and run you first Tekla Open API application. Or download the source code and then run the exe.
- View the code and try to understand what's going on
- Make some small changes to the code and run the application again
3. Take the interactive Tekla Open API Basics elearning course 
To get started with your own application development take the Tekla Open API Basics elearning course. The course will teach you the fundamentals of the Tekla Open API.
The course contains six lessons. In the first lessons you will learn what Tekla Open API is and create a new Microsoft Visual Studio project. The lessons will teach you how to work with different Tekla Structures model objects and their properties, and the last lesson gives an overview of 3D calculations and operations, and how to work with cuts and fittings.
If you are new to Tekla Open API, it is better start from the first lesson and then move forward.
4. Take a series of exercises
Now you are ready to go through series of self learning exercises that help you learn and practice some basic concepts of the Tekla Open API. The exercises work through some typical issues you will face. You will implement an application that creates a building frame and produces drawings from that.
- Introduction to self learning exercises
- Exercise 1: Create pad footings
- Exercise 2: Create columns on top of pad footings
- Exercise 3: Connect columns to pad footings
- Exercise 4: Create rebars to pad footings
- Exercise 5: Let the user select profile for columns
- Exercise 6: Let user select rebars for pad footings
- Exercise 7: Load steel materials from catalog to selection form
- Exercise 8: Add text to drawing
- Exercise 9: Browse through drawings list and open a drawing
5. Download Tekla Open API training slides
To understand more deeply how Tekla Open API works download Tekla Open API training slides. Training slides are targeted at those who knows Tekla Structures but does not know Tekla Open API, Microsoft Visual Studio or C# programming language too well.