Auto wall by surface (Error revit 2025)

Hi!

I’ve recently upgraded from Revit 2023 to Revit 2025. In the 2023 version, I was using a node called “Auto Wall by Surface” from the Synthesize toolkit. However, since the update, this node has stopped working and is now giving me an error (see attached screenshot).

Could anyone help me fix this issue?

Thanks in advance!

AutoWallsBySurfaces.dyf (87.2 KB)


Are you using the right version of Synthesize Toolkit for Revit 2025?

1 Like

I believe I’m using the latest version (24.9.1501). Could there be an alternative node available? I’ve also tried “Wall.ByFace” from Revit, but that isn’t working either.

What is the issue with the out of the box node?

I am not sure which version of Synthesize works for which Dynamo build; might want to ask the author directly. Perhaps @sovitek knows?

2 Likes

No not sure for 2025,wombat have a node for profile as well not sure it will work in 2025…if you try with ootb wall by face it will need a revit surface

1 Like

probably this post here could help …Revit Dynamo - Wall.Create / From Profile Question - #4 by c.poupin

2 Likes


wall by profile.dyn (15.1 KB)

Thanks to @c.poupin ;))

2 Likes

Thanks for the help, but unfortunately, it’s still not working. Is there a way to split a wall using a surface or edit a wall profile (see attachment)? That could also work as a workaround.


cant test in 2025 but try feed in the perimeter curves instead of surface…

1 Like

How can i substract these from the surface?

try surface perimeter curves

1 Like

doesn’t work :frowning:

yeah guess Cyrils code is only for one wall…so you will need a little bit modify for multiple walls…here i have edit for multiple loops and check in 25 and seems to work…


wall by profile.dyn (20.3 KB)

1 Like

Thanks! This one does work!

1 Like

One more question. Can I also get the walls as output?

yeah sure try as here…

wall by profile.dyn (20.5 KB)

1 Like