Anybody knows how to solve this issue?
do realy want to go this way with Autodesk Openings ?
If your realy want manage openings use your own families. f.e. Conclass (convoid) has nice content for openings. You can manage it…
of course if you have around 10 walls, you can continue with this workflow…
i think you have to scale your dynamo inviroment to large…
Could you explain it more please ?
here it will discriped, maybe the node runs, when you scale geometry correctly
This script works correctly through Revit 2021 but in Revit 2023 it gives this error
can you replace the node in 2023
Why to replace it ?
I also don’t understand what is the type the node couldn’t load
This is for a package which was built for Revit 2022 and prior. In 2023 and up Revit’s API for units changed to align with Forge unit types. As a result any zero touch node has to be updated to the new API.
You have 3 options as a result:
- Update the package to a new version which is supported.
- Find a new package that is supported in 2023 to do the same and modify your graph accordingly.
- Build your own node with C# or Python and use the correct API.
- Find an alternative workflow, such as hosting a family instead of using an opening.