Tek1 adds Revit and Tekla to precast Detailing
Tek1 has extended their tool kit by adding Revit Structural and Tekla Precast to detail precast concrete. We were trialing precast for a few months now. We have developed some internal tools to handle precast panel shop drawing efficiently. Tekla for Precast We are experts in using Teka for steel detailing. Now are embarking on […]
Checking the Transportability of Precast Panels – Using the AutoCAD .net API
Checking the Transportability of Panels – Using the AutoCAD .net API It is one thing to build a panel. It is another to ensure that: It can be lifted, and It can be transported to the site. Here is a video demo explaining everything: Can a precast panel be safely transported? from Tek1 on Vimeo. […]
Jigging with SHIFT, CTRL and Mouse Wheel Functionality (AutoCAD .net API)
Any AutoCAD programmer knows that things which an algorithm may take a million years and infinite computational power to do can sometimes be easily done by a human being instantly. In the same way it is sometimes much easier to give a human being the ability to choose: then you can get an optimum result […]
WPF User Interface for Precast Panel Comparison
This utilises WPF to compare panels, isolate changes and make better decisions. See below for a demonstration: WPF – Eliminating Errors using Cross Checking from Tek1 on Vimeo.
Finding the Point on a Curve Which is the Closest Point to Another Curve? (AutoCAD .net API)
The Genesis of this problem This is a tricky little problem and I could not find a solution on the forums. So I resolved, upon discovering the solution, to oblige posterity and the public, to publish my findings. Specific Notes about this problem Now the following code has been generalised to the specific case of […]
Drawing Metal Edges – BubbleDeck Detailing (+ Video Demo)
What is the task at hand? You have a set of 30 panels. You need to draw metal edges around the edges of all these panels. That’s easy, but it’s subject to certain specific requirements. If it’s a Perth job then: The metal edge can only be a maximum of 3.0m […]
Generating Bubble Deck Precast Order Forms From Excel To AutoCAD (Bubble Deck, AutoCAD .net)
This is a demonstration of how we use Excel-Add ins and AutoCAD plugins to simplify the process by which order forms are created for Precast panel jobs. Please watch the below video: Print Bubble Deck Order Forms from Tek1 on Vimeo.
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 […]
Demo – Create Revit Panels Directly From AutoCAD Panels (Precast)
This is a demo of my latest plug-in which demonstrates a proof of concept – i.e. a MVP (Minimum Viable Product). The programming was a little trickier than normal – because we are not using the .NET API, but the COM Interop API and the Revit API – something which I have not really explored […]
Dimensioning Curves Using Jigs (AutoCAD .net, Precast)
This is a beautiful little plug-in – it allows you to dimension a curve – a complex curve with a jig. It allows the user to choose the types of dimensions that he wants. It’s pretty cool. I must do an entire series on jigs. And I will slowly, when I get the chance.