Opening in floor by curves node does not work well

opening in floor by curves node does not work …
Please help me.Thank you in advance!

1 Like

Hi @naoto

Can you send the .dyn file

Regards

Hi @Jaafar_Al_Nasire

This data creates the floor from dwg. Thank you for your cooperation
test.rvt (3.2 MB)
完成.dyn (181.1 KB)

1 Like

Hi @naoto

I don’t know exactly where is the problem and I had a lot of mismatch with your file so I started in a separate file.
it appears that if you extract the python script out of the dynamo node it should do the trick.

I hope this could help you.

Regards.

Thank you for your kindness.
I’ll try

1 Like

This is usually because the depth of lists isn’t what the node expects. Try adding or removing a list depth (via List.Flatten or List.Create) and see if that prevents the need to pull out the python.

2 Likes

It worked by using list.create.Thank you very mach!!!

2 Likes