The node doesn't work in newer versions

Hi guys.
I have a script to substitute the CAD lines to pipes that is working in revit 2022, but doesnt works in revit 2023.:

Apparently the Element.Location doesn’t find the curves in RVT2023 is there a solution for this?

Do you have the right version of IronPython 2.7 installed? Read the package description carefully.

Yes, is the same version in both

That might be the issue, as I think 2022 shipped with the IronPython2.7 but 2023 requires installation of the latest 2.7 build. You can try copying the Python node out of the custom node and into the main workspace to see if you get a better handle on the issue as of there are warnings inside the Python they are being repressed right now. Note you might need to force list structure (or reduce to a single item) on the inputs to ensure things process, so read any warnings carefully and troubleshoot them going line by line though the Python code if need be.

1 Like

It’s a node you can open.

If you open it and there’s anything obvious you can fix it.

If it’s not obvious I’d copy the internal bits of the node onto the workspace, run it and see exactly what’s causing the issue.

1 Like