Author: admin
-
Checking for Panels with Nibs – Precast Detailing (+ Video Demo inside)
A gif showing how easy it is to check for nibs on bubble deck slabs using my command. There are certain panels which we have that have protruding elements – salient features. These can be problematic if they go to production unnoticed. Given there are entire teams of people doing things, it can be hard…
-
How to fill out your timesheet
Please see a generic time sheet solution below which I’ve developed – please use it for the time being before I develop a more robust solution. Please fill this out honestly – 1 hour is one diligent hour of hard work. If you work slowly and take two hours – you can only write one…
-
Plate work with Advance Steel (Steel Detailing)
Tekla Structures is wanting features in detailing plate work. Here is a video showing how Advance Steel handles Plate work. This type of cuts are not possible with Tekla Structures. I think it is mainly because of the data structure of Tekla. Of late Tekla has changed their data structure to deal with these type…
-
Select Bolts From Tekla Model Based on its Tolerance using WPF (Tekla Open API) + Code Snippets + Video Demo
This is a repost from our sister site – I needn’t repeat it here, but it’s something that I’ve worked on, and which we hope to utilize to a greater degree when working with Tekla. Anyways, you can get the full blog post if you click this link here. Thank you for stopping by. Video…
-
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…
-
Ferrule Comparison – How to check for clashes in the starter bars for two adjacent panels (Demo Video)
What is the problem? Consider this situation – you’re got a marking plan in front of you. You want to make sure that the ferrules in corner panels do not clash. How are you going to do that? How would you solve the problem? You’d have to find the corner panels, and then go…
-
What is concrete cover? Why is it important? (Precast)
What is concrete cover? Cover refers to the distance between the outside of a concrete structure and the reinforcement. Perhaps see this from the diagram below: You need to have a minimum cover: There needs to be a minimal distance between the reinforcement bar and the outside of the panel. Why do you…
-
Where did the AutoCAD File Dialog User Interface Go – How to Return it back to normal after using AcCoreConsole? (AutoCAD)
What Happened? No Dialog Box UI in AutoCAD? So I’ve just managed to run AcCoreConsole – some script. And it’s changed some settings. And now when I open regular AutoCAD, when I type in netload – it seems that I’ve lost the ability to open/select things using the user interface. Now I have to manually…
-
How to load lisp files in AcCoreConsole (AutoCAD .net)
A commenter had some trouble loading the files. So perhaps the AcCoreConsole is confusing people. So here is a post which will hopefully clarify how to do it. It’s quite simple: Have the LISP file ready. Load the lisp file Call the command. It works exactly the same as in AutoCAD – the UI version.…