AUTODESK REVIT • VIEWS AND DOCUMENTATION

Drafting vs. Model Views — Use drafting views vs model views appropriately (conceptual)

Knowing when to use parametric model views versus flat drafting views is essential for efficient BIM documentation.

Historical Context & Motivation

Before Building Information Modeling (BIM) transformed architectural practice, every drawing in a construction document set was essentially a flat, manually coordinated composition—lines, hatches, and text arranged on paper or a CAD layer with no inherent awareness of the three-dimensional building they represented. Architects and designers drew plan views, sections, and details as independent artifacts, relying on professional diligence rather than software intelligence to keep them coordinated. When Autodesk introduced Revit in 2000, it proposed a radical alternative: a single, unified parametric building model from which most views would be generated automatically. Yet the developers wisely retained a parallel capability—drafting views—for the many situations in which flat, model-independent drawing space is not merely acceptable but preferable. Understanding the historical lineage of these two paradigms is the first step toward deploying each one strategically.

Pre-1980s
Manual Drafting Era
Architects produced all construction documents by hand—plans, sections, and details were independent drawings with no computational link to one another, demanding meticulous manual coordination.
1982–1990s
2D CAD Proliferation
AutoCAD and similar tools digitized the drafting board but preserved the same paradigm: each view was a flat collection of geometry. Coordination across drawings remained the designer's responsibility.
2000
Revit Launch & the BIM Paradigm
Revit introduced a change-propagation engine: modify a wall in plan and every section, elevation, and schedule updates automatically. Most views became live 'windows' into the model.
2004–2010
Drafting Views Gain Best-Practice Status
As BIM adoption grew, firms discovered that standard construction details—waterproofing assemblies, flashing conditions—were best maintained outside the model as reusable drafting views, avoiding unnecessary model complexity.
2015–Present
Hybrid Documentation Workflows
Contemporary practice blends model views for building-specific information with drafting views for generic details and diagrammatic content, optimizing both accuracy and production speed.

The central question that emerges from this history is deceptively simple: if a BIM tool can generate views from the model, why would anyone ever draw outside that model? The answer involves file performance, intellectual-property reuse, graphic fidelity, and the fundamental distinction between project-specific information and generic knowledge.

Core Principles & Definitions

At its foundation, the distinction between drafting views and model views in Revit maps onto a broader conceptual divide in design representation: the difference between a live projection of a three-dimensional dataset and a static composition of two-dimensional elements. A model view—whether it is a floor plan, a building section, or a 3D perspective—always maintains a dynamic relationship with the underlying Revit model; change the model, and the view updates. A drafting view, by contrast, exists in an entirely separate two-dimensional coordinate space with no geometric connection to any modeled element. Grasping this difference is the prerequisite for every workflow decision that follows.

1

Model View

A live window into the Revit model. Floor plans, sections, elevations, 3D views, and callouts are all model views—they display actual building elements and update in real time when those elements change.
2

Drafting View

A standalone 2D canvas inside the Revit project file. It contains only detail lines, filled regions, text, and detail components—none of which reference the building model. Changes to the model have zero effect here.
3

Detail Components & Lines

The primary graphic elements placed in drafting views (and as overlays in model views). Detail components are parametric 2D families—insulation batting, steel angles, sealant beads—that convey material and assembly information without model geometry.
4

View Template & Graphic Overrides

Both view types can use view templates to standardize lineweights, patterns, and scale. However, model views offer additional overrides such as visibility/graphics filters that respond to element categories—functionality unavailable in drafting views.
5

Change Propagation

Revit's parametric engine ensures that any modification to a model element ripples through every model view. Drafting views are immune to this propagation—an advantage for generic details but a liability if project-specific accuracy is required.
KEY TAKEAWAY
Think of a model view like a window in an art gallery—it shows you the actual sculpture from a particular angle, and if someone reshapes the sculpture, your window reveals the change immediately. A drafting view is more like a standalone sketch you pin next to the window: it communicates a useful idea (perhaps a close-up of a joinery technique), but it has no physical connection to the sculpture itself. Both are essential to the exhibition, but you choose each for different communicative purposes.

Visual Explanation — Anatomy of Each View Type

Left: A model view is a live projection from the 3D building model; its parametric engine propagates changes to every plan, section, and 3D view. Right: A drafting view is a self-contained 2D canvas with no connection to the model, ideal for generic details, diagrams, and imported references.

The diagram above crystallizes the architectural divide. On the left, every view is tethered to the model through Revit's parametric engine—move a wall one foot in plan, and the building section redraws itself, the 3D view shifts, and any affected schedules recalculate. On the right, the drafting view operates in total isolation. This isolation is not a deficiency; it is a deliberate design feature. A generic waterproofing detail that applies to dozens of conditions across hundreds of projects does not belong inside a specific building model—storing it as a drafting view (or as a detail component family placed in one) keeps the model lean and the detail library reusable. Conversely, a building section cut through a unique atrium absolutely must be a model view so that any design revision automatically propagates to the documentation.

How Each View Type Works Under the Hood

Model Views — The Parametric Pipeline

When you create a model view—say, a building section—Revit registers a section plane in the project's three-dimensional coordinate system. The plane has a position, an orientation (the direction of the cut), a far clip distance, and a view depth. Every time you open or regenerate the view, Revit's parametric engine performs a geometric intersection between this plane and every model element within its clip boundaries. The result is projected onto your screen as a two-dimensional representation—cut lines where the plane slices through solid geometry, projection lines for elements visible beyond the cut, and pattern fills for material representations. Because the engine recalculates this intersection dynamically, any edit to the model is immediately reflected.

Model views support Visibility/Graphics Overrides (V/G), which allow per-view control of category visibility, line colors, line patterns, transparency, and halftone settings. They also support view filters—rules that target elements by parameter values and apply graphic overrides accordingly. For instance, you might create a filter that highlights all walls with a fire rating of two hours in red. This query-based graphic intelligence is possible only because model views reference actual parametric elements with editable properties.

Drafting Views — The Independent Canvas

A drafting view initializes an empty two-dimensional coordinate space that bears no spatial relationship to the building model. It has a scale (which controls text and symbol sizes), but it has no cut plane, no clip boundaries, and no visibility/graphics overrides for model categories—because there are no model categories present. Instead, you populate it with detail lines (simple 2D linework), filled regions (hatched or solid areas), detail components (loadable 2D families representing materials or fasteners), and text annotations. Because the data footprint is minimal—no 3D geometry, no parametric constraints—drafting views are lightweight and impose virtually no performance penalty on large project files.

The model view pipeline (top) involves geometry intersection, visibility/graphics processing, and automatic regeneration. The drafting view pipeline (bottom) bypasses most of this, drawing 2D elements directly to screen with minimal processing overhead.

This second diagram makes the computational asymmetry tangible. Model views pass through multiple processing stages—geometry intersection, graphic-rule application, and regeneration—each of which consumes CPU cycles proportional to the model's complexity. Drafting views skip straight from stored 2D elements to on-screen rendering, which is why opening a sheet full of drafting-view details feels instantaneous even in a 500-megabyte project file. This difference in computational weight is a primary reason experienced practitioners offload generic detail content to drafting views: it is not merely an organizational preference but a performance optimization strategy.

Detailed Classification — When to Use Each View

Choosing between a model view and a drafting view is seldom arbitrary; it follows from a series of questions about the content's relationship to the specific building being documented. The table below maps common documentation scenarios to the appropriate view type, with reasoning for each recommendation.

Scenario-based guide to view type selection in Revit
ScenarioRecommended View TypeRationale
Floor plan at 1/8" = 1'-0"Model ViewMust reflect actual wall positions, door swings, and room areas in real time.
Building section through atriumModel ViewUnique geometry that changes during design; auto-update is essential.
Generic waterproofing membrane detailDrafting ViewStandard assembly that applies across projects; no project-specific geometry needed.
Wall section at unique curtain-wall conditionModel View (callout)Project-specific condition where model coordination prevents dimensional errors.
Standard steel base-plate connectionDrafting ViewIndustry-standard detail reusable across projects; modeling it adds complexity without value.
Accessibility diagram / egress planDrafting View (or Legend)Diagrammatic content that prioritizes graphic clarity over model accuracy.
3D perspective for client presentationModel ViewRequires real geometry for realistic rendering, shadows, and material display.
Cover sheet title block graphicsDrafting ViewPurely graphic/branding content; no building information involved.
💡 The Grey Zone: Detail Views
A detail view (created via callout from a model view) is technically a model view—it shows model geometry at a larger scale. However, practitioners routinely overlay 2D detail components on top of the model geometry within these views, creating a hybrid. This is perfectly valid: use the model for the underlying structure and detail components for materials that would be impractical to model in 3D (sealant beads, flashing, fasteners). The key principle remains: leverage the model wherever it adds coordination value, and use 2D elements where it does not.

Worked Example — Choosing the Right View for a Detail

Imagine you are documenting a mixed-use building in Revit. The construction document set requires a wall section through the main entrance lobby—a double-height space with a custom curtain wall—and a typical parapet flashing detail that applies to the entire roofline. Walk through the decision process for each.

Decision Process: Wall Section Through Lobby
1
Step 1 — Assess UniquenessThe lobby curtain wall is a one-of-a-kind design element: its mullion layout, head height, and connection to the structural slab are specific to this project. If the architect adjusts the floor-to-floor height, the section must update. This is project-specific content that benefits from model coordination.
Verdict: Model view required.
2
Step 2 — Create the Section in the ModelIn a floor plan, use the Section tool to place a cut line through the lobby. Revit generates a model view that displays the curtain wall, floor slabs, and structural framing in section. Set the view scale to 3/4" = 1'-0" (or 1:20 metric) for sufficient detail resolution, and apply the firm's wall-section view template.
A live section view is created, linked to the model.
3
Step 3 — Embellish with 2D Detail ComponentsWithin this model view, overlay detail components for elements too fine to model in 3D—sealant joints, thermal break inserts, anchor bolts. These 2D annotations coexist with the live model geometry, giving the best of both worlds: automatic coordination for the primary structure and manual precision for microscale materials.
Hybrid model + 2D view: coordinated and detailed.
Decision Process: Typical Parapet Flashing Detail
1
Step 1 — Assess UniquenessThe parapet flashing detail is a generic assembly drawn from the manufacturer's installation guide. It will be reused on future projects and does not depend on this building's specific geometry. Tying it to the model would add unnecessary complexity.
Verdict: Drafting view is the better choice.
2
Step 2 — Create a Drafting ViewGo to View → Drafting View, name it 'Typical Parapet Flashing,' and set the scale to 3" = 1'-0" (or 1:5 metric). The empty canvas opens, ready for content.
An independent 2D canvas at the appropriate scale.
3
Step 3 — Compose with Detail Components and LinesLoad detail component families for cap flashing, roofing membrane, insulation, and coping. Arrange them to depict the assembly. Add detail lines for structural backing, filled regions for concrete, and text annotations for material callouts. This detail now lives in the project file but is fully portable—it can be copied into any future Revit project via Insert from File.
Reusable, lightweight drafting view ready for sheet placement.

Strengths & Limitations Compared

Side-by-side comparison of model views and drafting views across six criteria
CriterionModel ViewDrafting View
CoordinationAutomatic — changes in the model propagate instantly to the view.None — content is static and must be manually updated if conditions change.
PerformanceHeavier — regeneration time scales with model complexity and view range.Very lightweight — no 3D processing required; opens nearly instantly.
ReusabilityProject-bound — the view is meaningless outside the host model.Highly portable — can be transferred to any project via Insert from File.
Graphic ControlGoverned by V/G overrides, view templates, and Revit's display engine; some graphic limitations.Total freedom — every line, hatch, and region is placed exactly as desired.
Scheduling & TaggingElements can be tagged, scheduled, and quantified because they carry parametric data.No scheduling or tagging capability — content is purely graphic.
BIM ComplianceFully BIM-compliant — contributes to clash detection, quantity takeoffs, and model audits.Not BIM-compliant — invisible to model-checking tools; serves documentation only.
KEY TAKEAWAY
Think of a model view as a live-streamed camera feed of a stage set—anything the crew changes on stage appears on your monitor in real time, but you cannot independently rearrange the image without altering the set itself. A drafting view is more like a hand-drawn illustration of a generic stage setup: you have total artistic control, it travels from production to production, but it will never update on its own when someone moves the furniture.

Connections to Advanced Revit Workflows

The model-view/drafting-view distinction is the conceptual gateway to several advanced Revit documentation strategies. As your BIM skills mature, you will encounter workflows that build directly on this foundation—each demanding a nuanced understanding of when model intelligence adds value and when it introduces unnecessary friction.

How today's concepts connect to advanced BIM documentation practices
Foundation ConceptAdvanced Extension
Drafting views for generic detailsDetail Item Libraries — firms maintain centralized libraries of drafting views in template files, allowing any project team to insert pre-approved details in seconds.
Model views with 2D overlaysView-specific elements & detail groups — 2D embellishments can be grouped and managed systematically, enabling 'smart' hybrid details that combine model geometry with curated linework.
View templates controlling graphic consistencyDynamo-driven view management — visual programming scripts that batch-create, rename, and apply templates to hundreds of views, accelerating documentation on large projects.
Choosing view type by content purposeLOD / LOI frameworks — Level of Development and Level of Information standards formalize which building assemblies warrant modeled elements versus 2D representations at each project phase.

As you progress, you will also encounter legends—a view type that behaves somewhat like a drafting view but with one special property: a legend can be placed on multiple sheets simultaneously, whereas a drafting view (like any other view in Revit) can appear on only one sheet. Understanding legends, schedules, and assembly views as further refinements of the model-view/drafting-view spectrum will deepen your ability to organize documentation efficiently. For now, the essential principle remains: let the nature of the content dictate the type of view you create.

Practice Problems

PROBLEM 1CONCEPTUAL
In your own words, explain why Revit's developers included drafting views as a feature even though the software is built around a parametric 3D model. What fundamental need does a drafting view serve that a model view cannot?
PROBLEM 2BASIC APPLICATION
You need to add a standard slab-on-grade edge detail to your Revit document set. This detail is identical to one used on your firm's last three projects. Should you create it as a model view (e.g., a callout or section) or a drafting view? State your choice and list two supporting reasons.
PROBLEM 3INTERMEDIATE
A colleague argues that all wall sections should be created as drafting views to save time, since 'the model never shows enough detail anyway.' Evaluate this claim. Under what circumstances might a model-based wall section be preferable, and under what circumstances might a drafting-view wall section be acceptable?
PROBLEM 4APPLIED
You are managing a 200,000-square-foot hospital project in Revit. The model file is approaching 400 MB and view regeneration times are slowing. Your documentation plan includes 60 detail views. Propose a strategy that uses both model views and drafting views to optimize performance while maintaining coordination for project-critical conditions. Be specific about which categories of details you would assign to each view type.
PROBLEM 5CRITICAL THINKING
BIM standards bodies increasingly advocate for higher 'Levels of Development' (LOD), pushing practitioners to model more building components in 3D. If this trend continues, could drafting views become obsolete in Revit? Construct an argument for and an argument against their eventual obsolescence, citing specific workflow considerations.

Lesson Summary

Revit offers two fundamentally different canvases for documentation. Model views—floor plans, sections, elevations, callouts, and 3D perspectives—are live projections of the parametric building model. They inherit automatic change propagation, visibility/graphics overrides, and the ability to tag and schedule elements, making them indispensable for project-specific, coordination-critical content. Drafting views are independent 2D workspaces containing only detail lines, filled regions, detail components, and text—completely disconnected from the model. They excel at hosting generic, reusable details and diagrammatic content, and they impose virtually no performance cost on large project files.

The guiding principle is straightforward: if the content depicts unique building geometry that may change during the design process, use a model view (possibly with 2D overlays for fine-grain detail). If the content represents standard industry knowledge or non-geometric information, a drafting view is the more efficient and portable choice. Mastering this distinction positions you to build documentation sets that are both accurately coordinated and computationally lean—a hallmark of professional BIM practice.

Varsity Tutors • Autodesk Revit • Drafting vs. Model Views