Karamba3D Disassemble MeshLoad

Hello,

Is it possible to somehow retrieve Beam ids as integers and beam forces as vectors from the Disassemble mesh component. In this case (attached screenshot), the loads are Mesh load variable on beam elements. Maybe with scripting it might be possible, if so can someone please provide a hint.

Best Regards
Anand Shah

Hi, you can convert the output text in the Panel into a vector by extracting the q value - this would be the line load. You can use TextSplit using <> as the seperators.

The BeamId(0) refers to the index of beams listed in the output of Beams from the DisassembleModel component.

1 Like

Hi Matthew,

This works. Thanks for the help !

Best
Anand