Hello,
I would like to assign existing text notes to room elements (Comments) so that they will show in a schedule.
I can find the rooms that have the notes, but now how do I filter and assign the note to it’s corresponding room?
Thank you!
Script.
1_Text Notes to Room Columns.dyn (83.3 KB)
Hi @Dynamo_Ann
you can use Element.Location+ from Clockwork package for text insertion points. And Point.InRoom (or Element ToRoom from GeniusLoci package) for finding corresponding rooms.
Thanks for the reply. it doesn’t appear to be locating the element points in the room…am I missing a step?
“Warning: Element.GetLocation operation failed.
The location of the structural element is not a valid curve”.
Thanks
Got it! Thanks for the lead on this one, managed to get it to work with Select.GetRoomAtPoint. Appreciate the help!
1 Like