Author: admin
-
The Dangers of Mirroring In Tekla (Tekla Tips)
As a general rule: Avoiding Mirroring objects in Tekla — if the handles will be inverted that is. Why’s that? Everything is reversed. All the handles are flipped. Down is up and up is down. Front is back and vice versa. It is thoroughly confusing and a bit of a nightmare. More over, Tekla doesn’t…
-
What is a lifter? What is a tail bar? Why are they required in precast panels? (Precast – Lifter Series: Part I)
Precast panels are heavy. Cranes are used to lift the panels into place into their appropriate place. Because the mass involved is significant, it is very important that all the components of the lifting system are properly engineered and designed. If this is not the case then the panel could fall – and that can…
-
How to Avoid Trouble in Building and Construction Projects (Part V)
We continue our series on how to avoid trouble in building and construction projects. What is required in order to have a successful construction project? Building and construction is necessarily a collaborative endeavour – there are many elements that need to come together in order for it to work successfully. First and foremost you need…
-
How to Avoid Trouble in Building and Construction Projects (PART IV)
How to choose an architect? We will now focus on architectural competence in those post – particularly on the tools they use. My invective is necessarily harsh on architects at certain times: bad architects are the bane of the industry, and are part of the reason why building and construction is notoriously expensive. Ask around and you’ll…
-
Demo: Select (Panel) Lines which are Open or Closed (Precast, AutoCAD .net)
Sometimes we have a need to identify – and quickly – lines which are open and lines which are closed – especially prior to running any operations on those lines involving regions. Here is a demo of a little plugin I wrote. It goes through the modelspace and finds all the line segments which are…
-
How to Easily Compare Precast Panels in AutoCAD (Precast)
Suppose someone makes a change in the layout but forgets to do so in the shop drawing (and vice versa). If you move a cast in plate, and if it’s actually produced and taken to site, then you have a big problem, and a big cost. How are you going to identify the differences…
-
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…
-
Comparing Lines – IEqualityComparer (AutoCAD .net)
It’s not very often that I write something on the Autocad .net API, so here’s something which you, I suppose, will need one day: If you want to compare two lines, with a tolerance, in a collection then you’d need a LineComparer. The MSDN guide says that one should inherit from EqualityComparer, so unquestioningly,…
-
How to Access the Document Handle Given a Database Handle? (AutoCAD .net)
A short post showing you how to access the Document instance given that you already have a database pointer. Here’s how: