Author: admin
-
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…
-
Roof Modelling
When you model the roof, pay attention to how the flashing will work. In this video I am explaining, the roof flashing explaining the error in modelling. Few things to remember when modeling roof Roof need support everywhere. Take care of roof slope and gutter requirements Gutter will require 65 mm gap clear if the…
-
Associative functionality in the Autocad .net API
Associative functionality in the Autocad .net API Question: What is the most exciting thing since sliced bread? The answer is AutoCad’s associative framework. It’s been two years since it’s been released, and it’s arguably one of the most powerful features of AutoCAD which has now been exposed to .net. You’d hardly know it exists because…
-
How to Copy Tekla Component Settings Between Two Models (Tekla Tips)
There is more than one way to do this. But this could be the easiest: Other ways are setup your computer to read the favorite componets from a location, Set up the network such that all Tekla machines load their favorites from a location. You can download the custom files from the link given below…
-
Selections: Pick and Drag Selections
Pick Selection and Drag Selection: Here is the video: Welcome to Tekla training. In this video we are going to learn how to make selections. Pick Selection: Single objects can be selected by holding down the mouse key. Multiple objects can be picked by holding down the Ctrl or Shift key. if one object has…
-
How to insert a reference model into Tekla
This post begins our inaugural series on Tekla detailing. We hope you enjoy it as much as we’ve had the joy in creating it. Here it is below.
-
A new blog series on how to use Tekla
We’ve got some of the best Tekla technicians in our house, and given we’ve been so busy it’s been very hard to get a moment to educate the general public on Tekla. This blog series attempts to remedy that: we start from the very beginning and will post all manner of educational information to allow…
-
How to open a Tekla Model
Open a Tekla model To open a tekla structure model multiple options are available as: 1. File> Open 2. Keyboard user input Ctrl+O. (Default tekla command) 3.Using the open icon shown as a folder image Either of the methods can be used to open a tekla structure model , but before moving to the…
-
What does GroupBy do – Simple Explanation (Linq)
What is GroupBy meant to do – Simple Explanation As always we will try to formulate a simple explanation of what is really going on. Airport Imagine you are at an airport and (as always) there is a queue and planes are delayed. See below. What you will immediately notice is that all of the…