GRASSHOPPER- THE VISUAL PROGRAMMING LINK FOR TEKLA

Posted on Leave a commentPosted in Steel Detailing Blog, Tekla API, Tekla Modelling Tips

Ever wondered how to automate the processes in modeling of steel structures, increase efficiency and accuracy. Grasshopper has got all the answers. Grasshopper is a visual programming interface like the Dynamo we saw in the previous blogs. It is built in within the 3D modeling software called Rhino. Tekla has released a link which enables […]

Tekla Model Sharing

Posted on 2 CommentsPosted in Tekla API

Tekla has got model sharing with latest releases. However, nothing like that exists in previous releases. Now with API plugin from Tek1 you can share member placements on earlier versions. There is no Lic fees to for model sharing to be paid to Tekla. We will also charge you but much less than what Tekla […]

TeklaInterop Minimum checks

Posted on Leave a commentPosted in Tekla API

Friends, there is no substitute to reading the documentation. The most up to date version of this is located in our Team Drive – but here is a local copy nonetheless. AutoCAD-Tekla-Interop-Documentation Following minimum checks should be carried out for interop The member-schedule CSV file has the all the layer names in the cad files […]

Refactoring the Code – Printing Selected Beams to Excel – Part 2 – (Tekla Open API)

Posted on Leave a commentPosted in .net (c#), Tekla API

Ok, so we’ve done some significant refactoring. We’ve considered a lot of things. Some things still to be improved: Naming, Better utilization of the ClosedXML library – because our techniques are quite primitive right now. Testing (this really should be done first, but no matter). Further refining the code according to SOLID design principles. Here […]

Extracting Bolt Distances of Single Part Drawings (Beams) With an Output In Excel – Part 3 (Tekla Open API)

Posted on Leave a commentPosted in .net (c#), Tekla API

In the last part we left off having obtained all the bolt distance and placing them in a domain object. In this instalment we will try to export all that data into an Excel Spreadsheet. Please note that the following code is untested – unfortunately there was a lightening storm in Melbourne which short circuited […]

Extracting Bolt Distances of Single Part Drawings (Beams) With an Output In Excel – Part 2 (Tekla Open API)

Posted on Leave a commentPosted in .net (c#), Tekla API

  In the last part, we left off having collected the relevant Single Part Drawings that we were after. Hopefully we have applied the correct property to filter out the ‘HEA’, ‘IPE’ and ‘CC’ drawings. We will now focus on part II – extracting the distance of the bolts from the beam’s start position.   […]