To and From Room to Door parameter flip

Hi all,

I am looking to grab a bunch of doors that all graphically are correct and flip their ToRooms just in the parameter value that appears in my schedule.

I have tried this on a test project:flip to and from rooms to doors.dyn (10.0 KB)

and there seem to be two problems:

  1. the toRoom and fromRoom values that i am getting from this clock work custom nod are not correct; they all just say “room”
  2. I can’t really access the toRoom as a door parameter.

fyi in the real project the purpouse of this is to make sure all En-Suite doors belong to the En-suites, even though they open outwards

Any advice would be appriciated!

Thank you!

Room is a category. You need to add Room.name and room.number to get room numbers and names.

2 Likes

thanks both;
fortunatelly i am only looking at interior doors;
That room.name nod, it doesn’t look like a package nod, but i can’t seem to be able to find it, does it have another original name?

Great! I have made it work
Thank you both very much :smile:flip to and from rooms to doors.dyn (10.4 KB)