Author: admin
-
Past Precast Projects
Here are some of the projects we’ve been involved with in recent times – as of this photo (2016-2017). What’s cool about it is that they’re all in the same place at around the same time. Rarely will you ever see them so closely located together, let alone in the same photo. Personally I thought…
-
Grating Splitting
Why use us for splitting floor plates? We are experts in splitting floor plates. Super fast turn around. Full check report. Output in Tekla or Autocad. You can utilize your Tekla license for more productive work. Cost effective. Inputs required Company name Job number Jobname Part start no Part name Grating specification Banded Maximum allowable…
-
Bubble Deck and Panel Detailing Tooling – AutoDimension Metal Curves
Hi folks Demo of the Auto-dimension metal curve tool Auto Dimensioning Metal Curves from Tek1 on Vimeo. This post is a demonstration of the powerful tooling Tek1 has at its disposal. This will save you, the client: time and incorrect dimensions. This tool dimensions complex metal curves in a fraction of a second.…
-
Bar Bending Schedules
We have aquired CADDs rebar cad software, which is arguably the best tool to detail rebar. CADSRC is used for producing bar bending schedules. WE provide the precise details on bends, shapes and lap splices to meet the requirement of your specific project. Project Constructrability is tackled while detailing, issues are highlighted. Detailed drawings are…
-
HVAC DETAILING
We provide all phases of Mechanical, and Plumbing (MEP) and HVAC detaiing, drafting and modeling services. Our gathered expertise in all kinds MEP systems is streamlined to cater to Industrial, Residential, Hospital, Educational and Commercial sectors. Our MEP services include Wire frame 3d models when required, Shop and fabrication drawings, Isometric drawings, as built drawings, mark-up detailing, We…
-
How to obtain a small offset around a polyline? (AutoCAD .net API)
Offsets from a panel are used extensively in detailing. Here’s how to do it – simple, no? See below: DBObjectCollection _offsetPolylines = polylineInstance.GetOffsetCurves(25); // offsets the polyline by 25 mm // the object collection should really have only one item in it: a polyline offseting the original by 25mm.
-
How to return a selection of Objects to the user (AutoCAD .net)
Here’s the code: And that should select any objects that you want to select. You’ll have to put it in an array though. A handy hint which can save you a bit of grief.
-
Tek1 Now With SolidWorks Expertise
Traditionally we have been a precast and steel operation. With a very strong and talented team, familiar with AutoCad (and many similarly related CAD systems), Tekla and also Catia and SolidWorks. Given Toyota’s Design facility is now defunct in Melbourne, we now have Tony on board, capable of handling anything pertaining to SolidWorks and Catia.…
-
The importance of identifying the assumptions Behind Every Problem
My estimable colleague Rafik Ben made a blog post concerning a problem. For reference, here it is: http://routetomastery.com/blog/2017/01/08/has-pair-with-some-problem/ So what’s so good about Rafi’s problem? Well like most things in the world, the problem, is not the actual problem. When it comes to computer science, the *actual* problem lies in identifying or understanding it. And…