Dimension Panels Command – How to Quickly Dimension Panels
Dimension Panels Command – With Jig from Tek1 on Vimeo. This is a demo of the dimension panels command. Written by Ben Koshy using the AutoCAD .net API.
Blog about techniques and tools used in Precast Detaling
Dimension Panels Command – With Jig from Tek1 on Vimeo. This is a demo of the dimension panels command. Written by Ben Koshy using the 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: […]
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”. […]
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 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 […]
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.
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 […]
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 […]
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 […]
This is a little utility which connect handrails. It does so if: 1. The handrail block references are parallel to the panel edges, and 2. If they are a minimum 560 mm away from the edges and 3. If they are colinear with each other. Here is a demo: Demo – Connect Handrails Command in […]