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.

# Read and display video frames frames = [] while cap.isOpened(): ret, frame = cap.read() if not ret: break # Convert to RGB (OpenCV reads in BGR format) frame_rgb = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB) frames.append(frame_rgb)

To proceed, I'll outline a general approach to extracting and analyzing deep features from a video file. I'll use Python with libraries like OpenCV and TensorFlow/Keras for this purpose. First, ensure you have the necessary libraries installed. You can install them via pip:

pip install tensorflow opencv-python numpy You'll need to load the video, extract frames, and then feed these frames into a deep learning model to extract features.

# Simple example: visualize the feature space using PCA from sklearn.decomposition import PCA

# Load the VGG16 model for feature extraction model = VGG16(weights='imagenet', include_top=False, pooling='avg')

import matplotlib.pyplot as plt

from tensorflow.keras.applications import VGG16 from tensorflow.keras.preprocessing import image from tensorflow.keras.applications.vgg16 import preprocess_input

Tomo_4.mp4 <SIMPLE — 2025>

# Read and display video frames frames = [] while cap.isOpened(): ret, frame = cap.read() if not ret: break # Convert to RGB (OpenCV reads in BGR format) frame_rgb = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB) frames.append(frame_rgb)

To proceed, I'll outline a general approach to extracting and analyzing deep features from a video file. I'll use Python with libraries like OpenCV and TensorFlow/Keras for this purpose. First, ensure you have the necessary libraries installed. You can install them via pip: tomo_4.mp4

pip install tensorflow opencv-python numpy You'll need to load the video, extract frames, and then feed these frames into a deep learning model to extract features. # Read and display video frames frames = [] while cap

# Simple example: visualize the feature space using PCA from sklearn.decomposition import PCA You can install them via pip: pip install

# Load the VGG16 model for feature extraction model = VGG16(weights='imagenet', include_top=False, pooling='avg')

import matplotlib.pyplot as plt

from tensorflow.keras.applications import VGG16 from tensorflow.keras.preprocessing import image from tensorflow.keras.applications.vgg16 import preprocess_input

tomo_4.mp4
My Tekla Structures Plugins

No Paint Area Tools Plugin

Two components:
1. Click a bolt group – The macro creates surface treatments between the bolted parts on their contact faces.
2. Click two parts – The macro creates surface treatments on their contact faces.

Read More »
tomo_4.mp4
My Tekla Structures Plugins

Zinc Holes Plugin

Computer program For civil engineers who design steel structures and use program Tekla Structures This program is a plugin (macro) for Tekla Structures which speed

Read More »
tomo_4.mp4
My Tekla Structures Plugins

Advanced Platform Grating Plugin

✅ Automatic and parametrised cuts

✅ Parametrised toe plates

✅ Anti slip edges

✅ Circular cuts

✅ Beam and column detection

⏲️ Speed up platform modeling by 60 %

Read More »
tomo_4.mp4
My Tekla Structures Plugins

Industrial Handrail Plugin

Tekla Handrail – Speed up the modeling of complex railings made of pipes or L-profiles with this advanced plugin. It allows for direct modifications, meaning you can use arrows and lines to modify the geometry directly within the model.

Read More »
tomo_4.mp4
My Tekla Structures Plugins

Multidrawing Creator – plugin for Tekla Structures

I would like introduce to you my new Tekla Structures extension – Multidrawing Creator. This program is designed to automatic creation of multidrawings. It speed up work using advanced sorting algorythms. You can download and test it for 30 days and later you can buy license using my shop.

Read More »
tomo_4.mp4
My Tekla Structures Plugins

Tekla Structures Plugin: Conceptual Component Converter

Every Tekla Structures user will agree with me – conceptual components are very difficult to convert. There is no option for massive conversion there is only command which convert one component. To resolve that problem I created simple extension, which can help you.

Read More »
tomo_4.mp4
My Tekla Structures Plugins

Tekla Structures Plugin: Open Drawing and Run Macro

I want to introduce my Tekla Structures Plugin, which will likely save you time. It’s a simple yet powerful tool that opens each drawing from your selection, runs the selected macro, then saves and closes the drawing.

Read More »