Best Website Development Company

How to Create a Curved Beam using the Tekla Open API (c#)

The key to this is to specify a chamfer value, and at least three points using the PolyBeam class. You must also provide a profile type that Tekla understands – otherwise you’ll get a bunch of straight lines. Here’s some basic code to get you started: You should be able to easily import, into Tekla, […]

Modelling Complex Contour Plates using the Tekla Open API

How to create custom Contour Plates using the Tekla Open API from Tek1 on Vimeo. Manually creating contour plates from CSV file inputs will likely be disastrous. You’ll inevitably make mistakes and things won’t fit on site: it will be an uphill battle. You can obviate these issues by using the Tekla Open API to […]

Write Selected Beam Members to an Excel File (Tekla Open API – Tutorial)

What is the task at hand?  The user selects some beams. We then want to collate the following information into various Excel spreadsheets: Name Profile Length and finally Weight We want two views: the first aggregates the beams by their name and finish, and the second merely lists all the beams selected with the information […]

How to Programmatically Select Objects in the Model (Tekla Open API)

Background: What are we trying to do? We have programmatically identified some model objects that we want to select in the model – to attract attention to the user and to allow her to easily identify all such objects. In this particular case we will be creating some beams. And then, we will select those […]

WordPress PopUp Plugin