Getting Started Essentials
The 12 tools that change how you work in Revit.
Last updated: 2026-04-16
The 12 tools that change how you work in Revit.
Last updated: 2026-04-16
Pyvoid has 200+ tools. You do not need to learn all of them. This guide walks you through the 12 that make the biggest difference, organized by the workflow moment when you need them -- the problem you are facing, not the panel it lives in.
Estimated time: 15 minutes to read, a few sessions to internalize.
flowchart TD
subgraph Find["Finding Things"]
A["Command Palette"] --> B["MWrite / MRead"]
end
subgraph See["Seeing Things"]
C["X-Ray"] --> D["Isolate"]
end
subgraph Edit["Editing Things"]
E["Match"]
end
subgraph Health["Model Health"]
F["ReViewer"] --> G["Warning Center"]
G --> H["Conform Names"]
H --> I["Wipe Hub"]
end
subgraph Produce["Production"]
J["Batch Sheet Maker\nSheet Forge"]
K["Template Manager"]
end
subgraph Query["Querying"]
L["Find Referring Views"]
end
Find --> See
See --> Edit
Edit --> Health
Health --> Produce
Produce --> Query
style A fill:#3b82f6,color:#fff,stroke:#2563eb
style L fill:#10b981,color:#fff,stroke:#059669Panel: Settings | Type: Global command search
CommandHub is the single most important tool to learn. Type a few characters and it finds any Pyvoid tool by name, description, or keyword -- no need to memorize which panel holds which tool. Press Ctrl+Shift+P to summon the launcher from anywhere; press it again to dismiss. Smart Select moved to Ctrl+Shift+;.
Panel: Selection | Type: Selection memory
Revit forgets your selection the moment you click away. MWrite saves your current selection to a memory slot, and MRead recalls it -- even across views. Use them constantly: save a selection before switching tasks, recall it when you return. Pair with MAppend to add to an existing memory without overwriting.
Open MWrite guide | Open MRead guide
Panel: Selection | Type: Visibility diagnostics
When an element disappears from a view, X-Ray tells you exactly why. It runs 13 visibility checkers simultaneously -- view range, crop region, Visibility/Graphics overrides, filters, worksets, design options, phases, and more -- then presents results with one-click fixes. Stop guessing why things are hidden.
Panel: Selection | Type: Category isolation
When a view is too crowded to work in, Isolate hides everything except the category you pick. Select a category from the popup menu and all other categories disappear until you reset. Faster than manually toggling Visibility/Graphics checkboxes.
Panel: Modeling | Type: Property transfer
Match copies parameter values from a source element to one or more targets. Pick a source, pick targets, and the property values transfer instantly. Use Match Properties when you want to reuse a selected set of instance or type parameters across elements or views, Match Paint for surface materials, and Compare Properties to see differences side by side before deciding what to copy.
Panel: Health | Type: Model health dashboard
ReViewer is the command center for understanding your model's condition. It aggregates file size, warnings, views, families, and element counts into a single dashboard. Run it at the start of each work session to establish a baseline. Historical comparison shows whether the model is improving or degrading over time.
Panel: Health | Type: Warning analysis dashboard
Warning Center goes beyond the Revit warnings dialog. It unifies warning visualization, reporting, and resolution so you can sort by severity and focus on what matters most. Use it after ReViewer flags a high warning count.
Open Warning Visualizer implementation notes
Panel: Health | Type: Batch naming standardization
Conform Names renames views, sheets, families, materials, and more to match your office naming standards. Configure abbreviation rules, prefix and suffix patterns, case normalization, and regex-based find-and-replace. Preview every change before applying. Use it on legacy projects that need to match current standards.
Panel: Health | Type: Bulk cleanup and purge
Wipe Hub removes unused views, sheets, families, groups, filters, and other model clutter in one operation. Select which categories to clean, review the items flagged for deletion, and apply. Run it before milestones to reduce file size and improve sync performance.
Panel: Sheets | Type: Bulk sheet creation
When a project phase requires dozens or hundreds of sheets, creating them one by one is not practical. Batch Sheet Maker generates sheets from a structured list with automatic numbering and Title Block assignment. Sheet Forge goes further with template-based duplication -- duplicate an existing sheet (complete with views, annotations, and viewport positions) and rename the copies according to configurable rules.
Open Batch Sheet Maker guide | Open Sheet Forge guide
Panel: Views | Type: Template management dashboard
The Meta View Template Manager provides a centralized interface for reviewing, comparing, and editing View Templates. See which parameters each template controls, diff two templates to find differences, audit templates for conformance issues, and bulk-edit parameter includes across multiple templates at once.
Panel: Views | Type: Element-to-view query
Select an element and Find Referring Views lists every view, sheet, and schedule where it appears. Use it to understand an element's impact before deleting or modifying it. Pair with X-Ray when you need to understand both where an element is visible and why it might be hidden elsewhere.
Open Find Referring Views guide
Once you are comfortable with these 12 tools, explore the specialized workflow guides:
Each workflow guide combines multiple tools into a step-by-step sequence for a specific goal.