Hey all, I am currently building a script to try and align Air Terminals to the Ceiling Grids in a linked architecture model. Currently I am able to retrieve all Ceiling elements from that linked model. Is it possible in 2024 to use the Revit API to get the ceiling grid geometry from the ceiling elements? Current Dynamo script shown below. I am following Sean Fruin’s script shown here, but trying to avoid using Autocad: https://www.youtube.com/watch?v=oj9uOGHHiKs
Also, I used my own Revit API node to fetch those ceiling elements. Sean says Revit ceiling grids are surface patterns so they cannot be accessed by Dynamo. However I’m wondering if that has changed over the past years. Also it may be possible that my ceiling elements have a ceiling grid in some other format - is there a way to check for that?