CAD Block node for Revit 2024

@Alban_de_Chasteigner

The CAD Block node from the GeniusLoci package (2023.7.11) doesnt seem to work in Revit 2024 (Dynamo 2.17)? Python 2.7 is installed.

The node is working in Revit 2021. When I copy the Python into a empty node in Revit 2024 it gives the following error message.

image

The API has changed between those two versions. The Symbol property was dropped in 2024.

2024: GeometryInstance Members (revitapidocs.com)
2021: GeometryInstance Members (revitapidocs.com)

You can try updating the Python node yourself. You can paste this code here or let know the authors to update the package.

2 Likes

@CSI ,

i had similar issues in 2024 … could be that you have also trouble with loading libraries…

KR

Andreas

As @Tomasz noted the API call used was made obsolete in 2023, meaning from 2024 on it will not work. A new different method will need to be utilized.

@All, thanks for your responses. I added @Alban_de_Chasteigner to this topic.

Hi,

Thanks for detecting this issue.
I updated the Genius Loci package to version 2023.7.13.

4 Likes

Thanks Alban, its working!

image

1 Like