Check Levels
The button I want to show starts in 00:41. I decided to not edited because the first part explain the button logic (Z and correct level). I didn't have time to record a new one sorry. This tool checks if model elements are placed on the correct level and points out the ones that aren't and gives you a schedule, a 3D view, and a report to review them. How it works, step by step: 1. Check the view: You must run it from a 3D view, otherwise it stops. 2. Pick the elements: It grabs the elements you can see and keeps only the ones that belong to a single level (skips walls, columns, stairs, groups, etc.). 3. Find the correct level: For each element it gets the bounding-box centroid Z, then picks the highest level whose elevation is ≤ that Z (or the lowest level if none qualify). 4. Mark the wrong ones: If an element is on the wrong level, it writes the correct level name into its Comments. 5. Make a Multi-Catefgory Schedule: It builds a table showing all the wrong elements, grouped by category and level. Filtered by comments value. 6. Make a 3D view: It creates a clean 3D view that shows only the wrong elements, so they're easy to spot. 7. Show a report : It prints a summary with clickable links to instantly select the wrong elements.