karamba3d / K3D_NightlyBuilds

Nightly build versions of Karamba3d
https://karamba3d.com
25 stars 2 forks source link

BUG: #45

Closed Marco-Pellegrino closed 2 years ago

Marco-Pellegrino commented 2 years ago

Describe the bug

Hi @karamba3d.

I think I have just found a bug or, it would be great to change the behaviour of the assemble regarding the mass. Apparently, it is not possible to have more than one Point Mass in the same point.

i.e. If I have a series of point Mass in the same point and the latest has mass == 0, then it is like if the structure does not have any point mass at all.

Probably the assemble is not keeping track of the points but just using the latest?

image

Best, Marco

Clemens-Preisinger commented 2 years ago

Hi @Marco-Pellegrino, thanks for the bug report! You are right: currently the last point mass 'wins' over all others defined at a node. I will change that behavior in the next WIP release so that the sum of masses is applied to the model. -- Clemens

Marco-Pellegrino commented 2 years ago

Hi @Clemens-Preisinger!

Is this still a bug or it has been resolved? I am asking because, in the roadmap, it is resolved but I can not see if the bug has been resolved in any of the new release description 😊

Clemens-Preisinger commented 2 years ago

Hi @Marco-Pellegrino, the behavior is changed in the current release. Sorry, I forgot to mention it in the change-log. -- Clemens