Beam divide and intersection

Good morning all,

I am trying to divide the trimesh beam geometry into individual beam segments after the Karamba3D analysis.

Where the yellow becomes beam segments, and the blue becomes joints where the beams meet.

Thanks in advance!

Kind regards
Inke

260309_ Hybrid structure mesh and analysis.gh (65.5 KB)

Hi, to do this you will need to set up a grasshopper script to do this. For example by using a mesh difference and splitting the meshes where you want to subdivide them. This might take some time to calculate and might not necessarily give you accurate results.

Thanks so much for the reply. Will do so