Hi,
Is there a way in Dynamo to disallow join all walls? (both sides) Im trying to make a graph to only disallow join all concrete walls.
Gr.
David
Hi,
Is there a way in Dynamo to disallow join all walls? (both sides) Im trying to make a graph to only disallow join all concrete walls.
Gr.
David
@DavidV, you can use custom nodes from my package to allow or disallow wall joining (Walls.AllowJoinAtEnd & Walls.DisallowJoinAtEnd):
Download the latest version @ dynamopackages.com (direct link).
Thanks Zhukoven!
Do you also have a node in your package that also can adjust the length of the wall like in the image below?
Edit: Best case scenario, Is it possible to make a wall (with a yes/no parameter turned on for example structural) longer after disallow join. And the walls with the same parameter turned off shorter?
@DavidV, I don’t have a specific node for adjusting lengths, but I’ll look into this issue.
Thanks a lot! I’m looking forward to it!
@DavidV - Look for Set Location in your library.
Hello,
I am performing disallow join to all ends and it is doable.
But I am getting problem in adjusting wall lengths …
Can anyone tell me solution on that?
thanks in advance!
giving an input error why?
The node is likely using a reserved namespace as an input. First check to see that you are using the latest version of the package, and update if possible. If the issue persists then check the error message and edit the dyf accordingly (adding a prefix, suffix, or using camelCaseNaming for the input name is the likely resolution).
Will it work with Curtain Walls?