Grasshopper - Tekla Structures Reports

Hi!
I was wondering if there is a way to create reports with Grasshopper in Tekla Structures using Grasshopper Component.

Hi Matias, currently the only way to do that is to use the API through a C# scripting component.

-b

You can access all the data you need and print a report straight to excel/pdf or whatever you need straight from GH. But like Sebastian says, you can’t create a .rpt file, but do you really need to when you can output straight from GH to whatever format and file type you need?

Hi Oskar,

Do you have any examples of how you do this ?

Assembly levels sub assemblys ?

Regards

Hello Sebastian,

I was just going through the master thesis of Maryam Javadi, she mentioned that you had developed at that time “Create Tekla Report” C#-component. Is it possible to share this component? Thank you!

Hi Sergey, probably something like this one:

CreateReport.gh (13.4 KB)

Thank you! :star_struck: Will test it out!