I am trying to change wall types through dynamo, however the script disregards the location line of the wall, it always rescales towards the middle. Is there a solution for this?


I am trying to change wall types through dynamo, however the script disregards the location line of the wall, it always rescales towards the middle. Is there a solution for this?
By any chance are you attempting to set the wall location line and then change the wall type within the same graph?
I have had problems with that. Once I separated the ‘set location line’ portion into a different graph and ran the two graphs in succession it was a lot more stable
edit I did have limited success using passthrough node to set the location line first, then set the wall type, however it was unstable in dynamo player which was no good for my workflow. Ended up separating and being happier with the result
Thanks for your suggestion! It gave me an idea.
Using transactions seems to solve the problem so far.