a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; }
Hi everyone, I’m new to Dynamo and need help automating a task in Revit. Context: - I have a roof with many plinth beam family instances placed on top (more than 100). - For each plinth family, I need to draw a rectangle of Detail Lines around it in the active view. - Doing this manually is very time-consuming. What I tried: - I have a basic script that gets family locations and draws lines, but I’m struggling with: - Getting the bounding box for each family - Drawing all four lines automatically - Assigning a specific line style - Handling large numbers of families efficiently Questions: 1. How can I create Detail Lines around each family instance automatically using Dynamo? 2. Is there a way to use the BoundingBox of each family to draw the rectangle? 3. How do I set the Line Style for these detail lines? 4. Any tips for performance when dealing with 100+ instances?

