Tekla Open Api Manual
Tekla Structures OpenAPI for extensions, Tekla.Structures.dll, Tekla.Structures.Drawing.dll, Tekla.Structures.Model.dll, Tekla.Structures.Plugins.dll, Tekla.Structures.Dialog.dll, Tekla.Structures.Datatype.dll, Tekla.Structures.Analysis.dll, Tekla.Structures.Catalogs.dll, Tekla.Application.Library.dll
See how to build an Tekla Open API application that creates drawings from selected model objects.The video explains how to create part drawings based on user. Keep in mind that Tekla Structures educational configuration is for non-commercial use only and there are some limitations: The Tekla Structures student license limits the usage of Tekla Structures educational configuration to one concurrent online session at a time, and it will work without an active internet connection for 24 hours at a time. Tekla Structures version License Server 2016 SP1 License Server 2017 or later 2018 or later. 2017i - all versions 2017 - all versions.
Tekla Open Api Manual Pdf
Examples showing how to use Tekla Structures Open API. Select a different branch to see examples for that version of Tekla Structures.
Yahoo Finance Open Api
Suggested AlternativesAdditional DetailsPlease install directly the Api dlls, supporting new .net sdk standards projects
Open Api Examples
Release Notes
Initial Package.
Dependencies
This package has no dependencies.
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on TeklaOpenAPI:
Package | Downloads |
---|---|
Tekla.Open.Api.Tekniq | |
TekniqDynamics Tekniq dynamic framework |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2021.0.1 | 1,513 | 2/16/2021 |
2021.0.0 | 490 | 2/15/2021 |
2020.0.3 | 6,584 | 9/21/2020 |
2020.0.2 | 5,767 | 3/11/2020 |
2019.1.50434 | 7,454 | 9/17/2019 |
2019.0.45003 | 7,473 | 2/18/2019 |
2018.1.17267 | 5,541 | 9/13/2018 |
2018.0.13815 | 5,245 | 3/26/2018 |
2017.1.10074 | 6,730 | 9/26/2017 |
2017.0.6809 | 5,603 | 3/15/2017 |
2016.1.6171 | 1,581 | 3/20/2017 |
2016.1.136.4 | 2,590 | 10/5/2016 |
2016.0.81.3 | 1,864 | 4/27/2016 |
21.1.1746 | 1,752 | 9/22/2015 |
21.0.1640 | 2,226 | 3/12/2015 |
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?
Tekla Open Api Manual Free
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
Tip: Check our vast code example library!
Use the source code as a starting point of your own application or plugin. Download the source code and modify it to fit your need.
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.
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.