Create wall by curve

Hi there,

I know the wombat package contains a node to create wall by curve. Im trying to create the same with python throught revitapi. But im getting this error.

Does anyone know how to fix it?

afbeelding-3 afbeelding

It’s hard for me to check why an exception is being thrown by just looking at the info you have provided.
What are the inputs that you are feeding into the Python node?

On a second note, I don’t see a point in reinventing the wheel here. Instead you can give credit to @Alban_de_Chasteigner and use the code from his GeniusLoci package.


1 Like

Its not about reinventing but being not dependent on a package.as i sayd before wombat as a same working node but im trying to recreate it in python.

Thanks for your effort… ill look in to it.

1 Like

This will significantly decrease the effectiveness of your Dynamo efforts in the long term. Managing packages can be difficult, but isn’t impossible.

Meanwhile at some point in the near future there will be a Python 3 migration which will mean that every graph you’ve got what could be a custom node that’s been converted Python in will require review, if not some degree of a rebuild in a coming release.

2 Likes