I am Dawid, an independent programmer who creates macros for Tekla Structures. I was a steel detailer, and I have experience with Tekla Structures models and drawings.

My macros can help you with industrial steel structures. I sell them in subscription, which you can purchase on this website. The subscription price depends on the number of computers and selected programs.

💰 About prices: Programming custom solutions is an expensive and time-consuming task. I don’t do it anymore. I decided to make products and sell them for 1/100 of their real cost.

It is very important to not forget issue any drawing. Here is the simple way to determine if parts or assemblies has drawing using selection filters.

DRAWING.ID variable:

Parts without drawings can be selected using template variable DRAWING.ID. When part has no drawing then DRAWING.ID equals zero.

How to make selection filter

  1. Open selection filter dialog
  2. Clear all filters and add new row
  3. Category: Template
  4. Type manually using your keyboard property: DRAWING.ID
  5. Condition: Equals
  6. Value: 0 (zero)
  7. Click apply

How to select parts without drawing

How to select assemblies without drawing