Category: Precast Blogs
-
Ordering Lines using Linq (AutoCAD .net API)
This is a simple example of how Linq can be used to filter, map and order a set of lines. The code is pretty self-explanatory. It is a useful example which can be used to springboard towards further, more sophisticated use-cases according to your own requirements.
-
Precast Tools – Place Sections Command (AutoCAD .net API)
I’m continuing to write tools to make things more efficient. This is pertinent to precast, and highlights the use of a Jig and also the use of a pre-message filter. You can see a video demo here: Place Section Commands from Tek1 on Vimeo. And also they key sections of code below: …
-
Precast Command: Attaching Data to Grid Lines
Video Demo of the command: Precast Command: Add Marks To Grid Lines from Tek1 on Vimeo. The following demonstrates how to attach data to a particular line. In this case we are attached grid marks (from a Mtexts) to AutoCAD lines. We are attaching them to the line’s extension dictionary under the XRecord named “Grid”.…
-
Precast Efficiency Tool: Efficiently Create Elevation Drawings
Demo: Command: Marking Plan To Elevation from Tek1 on Vimeo. What does this command do? It quickly and easily allows you to create elevation drawings given a certain marking plan view of a panel. You need to first: (i) select the applicable panel lines, then (ii) you need to select a view direction. The way…
-
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.…
-
Should you cast in a Reckli Groove in a precast concrete panel?
There are situations where you may prefer to cast in a Reckli groove. If the Reckli is contained within one panel, then you must surely cast it in. However, if the flashing groove runs past several panels, it may be better to saw cut the groove at site.
-
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…
-
Offsetting Truss Lines from Intersecting Fire Collars (Bubble Deck + Video Demo)
The effective point of this blog is to demonstrate the use of a jig – not just any old jig – but a jig which accepts user inputs using the CTRL + SHIFT + MOUSE-WHEEL (up or down) to change the jig’s behaviour. When the jig is finished running, everything returns back to normal. This…
-
Speed up the Shop Drawing Process – Order Dimensioning Tool (Bubble Deck)
I’ve made a tool which allows you to order dimensions faster. Here it is below: Order Dimension Command from Tek1 on Vimeo. For those who want to read my philosophy of the benefits of improving productivity and how I approach detailing – see below. If that bores you, then you may safely skip…