Category: Tekla API
-
Exploring a New Approach to Copying Objects in Tekla
copy to another Object in Tekla Normally in Tekla, if we want to copy objects or components from one object to another, we have to follow these steps : Select the objects and components you want to copy. Execute the “Copy to Another Object” command. Choose the source object. Select the destination…
-
-
Tek1 – Tekla Tools
Dimension Bolts Set up Instructions Instructions: Trouble shooting: it doesn’t work!
-
How to Get Bolt Information From A Tekla Part (Tekla Open API)
Given a Tekla Part (regardless of how it was obtained, we want to obtain the bolt information. We can do so as follows (see the hello world example):
-
How to programmatically create bolt list reports from selected model objects (Tekla Open API)
Reports can be generated fairly easily, manually. But how do you do it programmatically using the Tekla Open API? Please see below for a code sample: Programmatically Extracting Report Values Now, if you want to generate the values programmatically, in memory, and then process them somehow into an excel output, consider the following code sample…
-
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,…
-
Tekla Custom Component Primer
Part 1 of the custom component take you through the following items. Defining parameters Setting Create option in the Component tree Loading…