You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elements in a stack should share the same geometry object. I've come across user code (written by me, but outside of MARXS) where I tweaked the geometry object of a stack, but the change did not propagate down to the objects that make up a stack.
I'm not sure how to solve this. It's pretty easy if I just want to work with updates of the existing geometry object. In that case, the objects in the stack can just point all to that object. However, if the geometry object that the stack owns is replaced wit ha new one, how do I update all the other references?
Related to #118 which suggests relative geometry expressions.
The text was updated successfully, but these errors were encountered:
hamogu
changed the title
Stacks should shate the geometry objects
Stacks should share the geometry objects
Jul 22, 2020
Elements in a stack should share the same geometry object. I've come across user code (written by me, but outside of MARXS) where I tweaked the geometry object of a stack, but the change did not propagate down to the objects that make up a stack.
I'm not sure how to solve this. It's pretty easy if I just want to work with updates of the existing geometry object. In that case, the objects in the stack can just point all to that object. However, if the geometry object that the stack owns is replaced wit ha new one, how do I update all the other references?
Related to #118 which suggests relative geometry expressions.
The text was updated successfully, but these errors were encountered: