Author: admin

  • 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:

  • Modelling Stud Walls (Steel Detailing Tips)

    What is the purpose of this lesson?

    The purpose of this lesson is for you to:

    • understand what a stud wall is, and
    • understand the importance of putting holes in the beams in order to allow for the erection of stud walls.

     What is a stud wall?

    A stud wall is made up of:

    • A frame (in our situation this frame will be a steel frame) and
    • timber members which go in between the steel frame and
    • a covering of 13 mm plaster board to cover the frame. The plaster board covering is not shown in the diagram below.

    In steel stud walls, light steel pressed members or standard steel studs (mostly standard steel studs) are used instead of timber.

    Please view the diagram below.

    Shows what stud and nogging members are.
    Shows what stud and nogging members are.

     

    What is nogging?

    Do you see the horizontal 90 x 45 timber pieces – the short red horizontal timber members? These short timber members are called nogging.

    The nogging members of a stud wall are usually smaller in size than the main vertical members.

    Nogging members run horizontal and give some strength to the wall.

    Inside of the wall is empty space. Insulation material can be put in there.

    Cross pieces are called NOGGING.

    The Key Point of this lesson:

    • It is important that you provide dia 14 holes on the steel beams and columns so that the timber pieces can be bolted to the steel pieces. Imagine you have some steel beams/columns and also some timber. How will the timber columns be attached to the steel columns so that the structure doesn’t move? Holes need to be drilled so that the timber pieces can be bolted to the steel beams. You need to provide holes in the steel so that the timber members can be bolted to the steel.
    • You need to rotate and orientate the beams so that its face runs with the stud wall face.

    A stud wall cannot stand in the wall without some connection.

    Please see the below diagram to show you how things are drawn in the engineering and architectural drawings:

    What the engineer etc typically show. You must not shop draw to this exact design.
    What the engineer etc typically show. You must not shop draw to this exact design.

    Now see below how you will need to detail the above design:

    Shows how you will need to detail the design. Rotate the columns and also add bolt holes in the right places.
    Shows how you will need to detail the design. Rotate the columns and also add bolt holes in the right places.

    See here as well:

    Showing the changes - clouded.
    Showing the changes – clouded.

    And a section view:

    Shows a section view of the steel column and the stud.

    Shows a section view of the steel column and the stud.

    I hope this helps.

  • The Curious Case of Overkill Not Working (AutoCAD)

    A very perplexing question:

    Why isn’t overkill working?

    The result will stun you.

    Overkill was not working
    Overkill command was not working on these panel voids. Why do you think this is the case?

    As you can see in the above picture, the top row of panel voids were doubled and in some cases tripled up. Obviously we don’t want this. Ordinarily, when such drawings are passed on to us we employ the overkill command. But for some reason it wasn’t working. And I couldn’t for the life of me figure it out.

    That was until our lead Bubble Deck detailer suggested that the insertion points of the block references were not all on the same plane – some of them were in the Z plan – if that’s the case, then overkill would not recognise them as being the same block – and will allow them to continue to co-exist in the same drawing.

    Solution:

    Check that all similar items have similar insertion points. If they’re different – that’s why overkill might not be working for you.

  • Turning AutoCAD curves into Revision Clouds (AutoCAD .net API)

    Revision Cloud
    Showing a sample revision cloud created in AutoCAD from the .net API.

    It seems a common scenario that folks want certain polylines/curves etc to turn into a revision cloud.

    How do we do this?

    At the end of the day, the revision cloud is nothing but a polyline. You could roll your own polyline which handles the bulges and vertices so that it looks like a revision cloud – but that takes a lot of effort – the quick and dirty way of doing so involves creating the polyline programmatically and then calling an AutoCAD command on that Polyline.

    There are a few ways you can call commands:

    1. Using SendStringToExecute
    2. Using Editor.Command();

    I prefer the latter, because it is more flexible. SendStringToExecute operates after the command is completed – which may not suit your needs.

    Here is a simple implementation – It should convert the circle into a RevisionCloud circle. Of course, you can tweak it to your own needs.

  • How to avoid trouble in Building and Construction Projects (Part III)

    HOW TO AVOID TROUBLE IN BUILDING AND CONSTRUCTION PROJECTS (PART III)

    We continue our series on how to avoid trouble in building and construction projects.

    • The Importance of a Good Project Manager and a knowledgeable team

     This  example draws from a recent experience. And it also draws from famous instances of projects stuffing up. I can’t emphasize this enough: a good project manager – one who competent – is worth their weight in gold.

    Good project managers:

    1. Constantly check work

    People design and fabricate according to the plans and drawings set out in the engineering and architectural drawings. More often than not – these details are often missing. A good project manager would be aware or should be aware of:

    • Any missing information that is critical.
    • How things should be constructed and in what order.
    • The consequences and costs of mistakes.
    • And most importantly: he should handle/structure the flow of money to ensure that suppliers are paid promptly, and when (and only when) they deliver good work.

     Examples

    For example, a good project manager would know that laying down the foundations of a building is critical to its success and structural integrity. So Joe Bloggs – the guy pouring the concrete comes along. He dumps some concrete here and there, and says, “Yup – I’ve done my job!” The project manager glances out of his window and sees some concrete and concurs:

    “Here’s $15m dollars for your efforts my good man!”

    The concreter snatches the cheque from Mr Project Manager with glee and prompts scampers out of the site office into the neighbouring pub.

    Meanwhile, other trades come on site: one particular trade has to erect some steel columns. When they try to do so, they realise that the concrete has been badly poured – that it hasn’t been poured according to the agreed upon dimensions and tolerances – the steel beams and columns they purchased and cut and welded – it now doesn’t fit. None of it. It’s all useless.

    Who carries the can?

    Notice very carefully what happened, and how it happened:

    1. The project manager stuffs up.
    2. The concreter gets paid.
    3. The trades consequently building upon the work of previous trades are held up: the steel doesn’t fit because of the concreter. Consequently, the steel fabricator doesn’t get paid. They can’t erect. And moreover, they are forced to lug the steel back to the workshop – to make the appropriate cuts/welds and to then re-haul it back on site. When you have 5 contractors on the clock, working for that trade, things get expensive really quickly. Also, consequential trades that depend on the fabricator are also affected. If those trades don’t get paid, then they might be forced to take on other work – they might relegate the current project to the bottom of the pile. Moreover, if they are concerned about the fabricator’s liquidity, or solvency – then all bets are off. If the fabricator doesn’t get paid, then he won’t be able to pay his detailer. And if the detailer doesn’t get paid, then he’ll be forced to take on other work. Simply put, the entire project can slowly grind to a halt.

    What should the project manager have done? He should: check!

    1. He should know what the correctly set out concrete should look like.
    2. He should check that the concrete will be poured correctly before it is poured. You do this by checking the concreter’s lines and guides.
    3. He should check that the concrete is currently poured after the work has been done.
    4. He should structure payments to the trades after verifying that everything is done properly.

     Maintains Good Lines of Communication between Relevant Parties 

    1. If something does go wrong then the project manager ought to communicate this information to the relevant parties only. You don’t want to see 20-50 emails each with zip files of some 5-10 drawings every single day – especially if the contents of those emails have nothing to do with your trade. Granted – it has been sent to you, so you are obliged to check whether it impacts your work or not. And if the changes in the drawings are not marked (as they are wont to do) then you need to dig up the previous revision of that drawing and check. Do that over a month for a couple of hundred drawings and it gets really old, really fast. Add up the time and it all becomes significant. Bad project managers email blast everyone and cost all parties a lot of time and money. Good managers communicate only the relevant information to the relevant parties.
    2. It’s no good sending people 50 emails a day and then burying one very important email in that haystack. A good manager will call up the relevant parties and tell them important and critical pieces of information/warnings to ensure that they are not overlooked, “friend, the walls are gonna come a-tumblin’ down if…”
    3. A good project manager communicates information in a timely manner. A recent project manager in our recent experience: (i) didn’t warn consequential trades that changes had been made. That’s a huge problem – especially if those trades begin fabricating structures that will do not fit – due to some changes which were not communicated. 
    1. A good project manager: Knows who’s skilled

    They know who to call. They can get the job done quickly, and effectively. A bad project manner will hire any Dick off the street without verifying their credentials and expertise. Of course, who suffers if that particular trade fails to deliver?

    1. A good project manager: Isn’t cheap

    They know how valuable they are. And they charge. But ‘cheap’ is a relative term. These managers might be expensive, but they’ll probably be a whole lot cheaper than a poorly designed/built building.

    My friend, if you have a good architect, and a good engineer and also a project manager who is also an accountant, then you are in a much more favourable position to successfully prosecute your building and construction project.

  • Dimensioning Curves Using Jigs (AutoCAD .net, Precast)

    This is a beautiful little plug-in – it allows you to dimension a curve – a complex curve with a jig. It allows the user to choose the types of dimensions that he wants. It’s pretty cool.

    I must do an entire series on jigs.

    And I will slowly, when I get the chance.

  • Tek1 Tools – Panel Comparisons (Precast)

    Demo – Tool To Compare Panels and Easily Identify Differences

    Here’s the situation:

    Someone from the factory floor calls in:

    “Hey can you move a cast in plate across panel number ABC123”

    “Sure – let me just check there are no —”

    “GIVE ME THE DRAWINGS NOW!”

    The problem with handing over the drawings without checking the layout is that you might make a big mistake! Or you might forget to ensure the two drawings link up and are the same.

    You need a tool to easily check the panels, identify differences and to alert the detailer. This will also allow you to easily split up work. – you can assign that work to a junior detailer, so he/she gains experience, while it frees up time for you to focus on other things.

    And if you do find a difference, it’s a big ordeal brining the layout up to speed. With this program, it automatically imports the pertinent block/polyline etc. without you lifting a finger.

    The advantages are many. The simplicity is sublime. Enough talk.

    Here’s the demo of the tool. I hope you enjoy it.

    This tool currently works for only Bubble Deck. But I am going to make it work for all clients across a variety of edge cases and am going to speed up the algorithm considerably. I will post the new tool when it is completed.

    Panel Comparison – Tek1 Tools from Tek1 on Vimeo.

  • Tek1 Courses – AS 1657 & AS 1428 (Australian Standards)

    Experts in AS in Stairs/Handrails/Ladders

    We’ve done a lot of work on Australian Standards – both public and private access. We specialise in Steel Detailing – and have a special focus on stairs and ladders. Since we deal extensively in this area, we require all our staff to be thoroughly versed in the Standards. Consequently, we have developed testing frameworks to ensure that all staff are well trained and accountable.

    Our Testing Infrastructure Now Freely Released to the General Public

    We are now releasing our testing framework to the public at no charge. These tests should help you learn and reinforce your knowledge of Australian Standards – namely, AS 1657 and AS 1428.

    We hope and trust you will find it of immense benefit.

    Keep people safe – design and build according to the safety standards prescribed by law.

    Where are the courses?

    1. Follow the link: http://tek1engineeringservices.com/onlinetests/course/index.php?categoryid=5
    2. Click on the relevant course
    3. It is best to create your own account – I know it’s a pain but it’s the best way. If you really don’t want to you can log in with a common account available to the public, but there are serious limitations with that approach – this is because everyone will be using this account and you’ll be picking up where someone else has left off – a half finished test for example. If you want to do the latter, here are the credentials – but I strongly urge you to create your own account: 
      • username: student (only small letter allowed)
      • password: password (must have atleast 1 special character)
      • Must confirm your account from your email once created
    4. Enjoy the course!
  • Pick First Selection in the Model (Tekla Open API)

    The AutoCAD .net/ObjectARX APIs have a handy feature all the pick first selection. This means that prior to running a command, the user is able to select some objects in the model. The command is then able to use these objects. The question is, how to obtain a selection of objects using the Tekla API – prior to running your plug-in?

    It’s really simple (if you already know how):

    And that’s all it is! Hope this helps.