Create elevations by rooms

Hi Guys,

I’m trying to run the script to create elevations by rooms. I’m getting this error and can’t figure it out. All help welcomed. Thank you!

CreateElevationInRooms.dyn (52.7 KB)

Looks like it’s asking for a list, but you’re giving it a point.

Try finding the point and wiring it into a list.create node then pass that into this python node.

Thank you Jacob!