Skip to content
WallDimension, Auto-dimension a full level's outer and interior walls.
Script pack Available now

WallDimension

Auto-dimension a full level's outer and interior walls.

USD 29

Instant download after checkout. All sales final. Digital products are non-refundable.

Doesn't work as described? Email hayder [at] hayderalbeer [dot] com and I'll fix it or send a replacement. No refund needed, just a working tool.

Version 1.0 · Prepared 2026-07

Architecture Dynamo/Revit

Demo

Demo, WallDimension in action

What it does

Dimensioning a full level's walls by hand, outer envelope and every interior partition, is one of the slower steps before a set can issue. WallDimension dimensions the outer envelope and interior partition walls across a whole level in one run, the same engine behind RoomDimension applied at level scale. Select the level, run it, and review the dimensions it places. A level's worth of manual dimensioning becomes a single run instead of room-by-room strings; RoomDimension covers one room at a time, while this covers an entire level in a single pass.

What is included

  • Outer wall and interwall dimensions whole Level Final.dyn — the graph itself
  • RoomWallDimNonFun.dyf — the custom node the graph depends on, bundled so you do not have to hunt for it
  • README.md — parameter list, requirements and licence terms

How it works

  1. 01

    Launch Dynamo Player from the Manage tab.

  2. 02

    Select the WallDimension graph.

  3. 03

    Select the level to dimension and run it.

  4. 04

    Review the dimension strings it places across the level.

Parameters

The sliders and inputs the tool exposes.

Parameter Controls
Levels The level whose outer and interior walls get dimensioned
DimensionType The Revit dimension type to place. Ships at “Diagonal - 2.5mm Arial”
Outer wall dimension away from wall in feet How far off the facade the exterior dimension string sits. Ships at 3.0
FeetPointInsideRoomDistance inner wall dimension offset Offset used for the interior dimension strings, in feet. Ships at 1.0
LengthOfWallFilterInFeet Walls shorter than this are ignored. Ships at 0.5
Room to ignore dimension based on area in squarefoot Rooms smaller than this area are skipped. Ships at 4.0
FAQ

Questions about this product

How is this different from RoomDimension?

Same underlying engine, different scope: RoomDimension works one room at a time, WallDimension covers an entire level in a single run.

Do I need to know Dynamo?

Barely, day to day. It runs from Dynamo Player: select the level, run, and review the dimensions. One-time setup: install three free packages from Dynamo's Package Manager (Spring Nodes, Genius Loci, and Clockwork), which this graph uses.