I am trying to create a script to read out the levels of curtain wall panels.
Currently, I have a filter that reads the curtain wall panels connected to an Element.Geometry-node.
How would you go about finding that information in Revit? Dynamo requires the same logic as Revit (it’s the same process), so it’s always best to start by understanding your workflow through Revit. Do the panels have a parameter for Level? Do the associated walls have the parameter?
I have added a shared parameter ‘BaseLevel’ in the model, this instance parameter relates to the curtain panels and the walls. Can I look for the host of the panels so that the Base Constraint of the walls can be read in the panels?