Extracting thickness for circular elements in Karamba3d

Hi,

In Karamba3d with Disassemble cross-section I found out that it’s not possible to get the element thickness for circular elements. Is there an alternate way to extract it via another component or via C#. I need the thickness to do some unity checks for a bamboo structure.

Looking forward to your response,

Best Regards
Anand Shah

Hi, you can refer to CroSec_Circle Class or you can simply rename your cross sections with the thickness in the name so that you can just extract it from the name of the cross section later.

1 Like

Hi Matthew,

Thank you!! Problem solved :slight_smile: