I'm stumped why the FamilyInstances.Room node below returns all nulls.
This is a small snip of a larger graph. I've removed anything downstream of the problem.
In a nutshell, I'm getting the location of my Rooms, placing a family at that location, and then using the FamilyInstances.Room node to report what Room the family is in.
If I use a Select.Elements node instead of the FamilyInstance.ByPoint, it works, but the FamilyInstances.Room node fails when I try to pass in the Rooms I've just created
This is a small snip of a larger graph. I've removed anything downstream of the problem.
In a nutshell, I'm getting the location of my Rooms, placing a family at that location, and then using the FamilyInstances.Room node to report what Room the family is in.
If I use a Select.Elements node instead of the FamilyInstance.ByPoint, it works, but the FamilyInstances.Room node fails when I try to pass in the Rooms I've just created
Comment