Cut in walls walls etc. with linked files via dynamo python

Hello :slight_smile:

I am trying to cut with a linked file but keep getting an error in my python script lin 12

so it does not cut it lets me pick the link and the instance but does not cut

any idear to fix the python script ?

You don’t have a IN[1] on the Python node. Add it in and wire the correct input type in and things should progress.

Hi, @lfkeN5JFW

be wary of the codes generated by ChatGPT, it sometimes/often invents classes or methods that do not exist

Try to study Python and RevitAPI first