How to create seperated mesh

Hi, When I use the old version of Beam view component in karamba, that give rendered meshed separately, but when I try to use updated beam view as in blow side of pic, I couldn’t access the separated meshes. Please anybody clarify this.

Hi @Lazan,
in Karamba3D 2.2.0 meshes are joined before output by default to speed up rendering. You can set a different behavior via the karamba.ini-file by setting one of the following options to false:

weld_shell_meshes_for_output = true
weld_beam_meshes_for_output = true
weld_meshes_per_element_for_output = true

– Clemens

Great. :ok_hand: