Beam Bench Docs

Measurement

Numeric readout for the Measure tool: object metrics and segment metrics in mm or inches.

The Measurement panel shows the structured numeric output of the Measure tool. The canvas overlay shows you what you are pointing at; this panel shows the numbers.

It updates live as you hover or drag with the Measure tool active. When the tool is inactive or no measurement is in flight, the panel shows a hint and waits.

Opening it

  • Default dock zone: upper-right
  • Visible by default: no. Open from the Window menu, or float it.
  • Hotkey: no default

What you see

The header has a title line (the object name when hovering an object, Temporary line while dragging, or No measurement otherwise), a one-line hint about what to do next, and a mm / in unit toggle on the right. The toggle writes to the global Display Unit setting; flipping it here flips it everywhere.

Below the header are two sections, each shown only when relevant data is available.

Object metrics

Visible when you hover an object with the Measure tool.

FieldWhat it shows
WidthBounding-box width.
HeightBounding-box height.
CenterCenter point of the bounding box.
AreaGeometric area. Shown only for closed paths; otherwise N/A.
PerimeterSum of all segment lengths.
Closed / OpenWhether the path is closed.
NodesTotal node count on the path.
LinesNumber of line segments.
CurvesNumber of curve segments.

Segment metrics

Visible when you are dragging (the section is titled Line), or when you hover a specific segment of an object (titled Segment).

FieldWhat it shows
LengthLength of the dragged line or the hovered segment.
StartStart point coordinates.
EndEnd point coordinates.
MidpointMidpoint coordinates.
Differencedx, dy from start to end.
AngleAngle in degrees.

What you can do

Read live dimensions while measuring

  1. Activate the Measure tool (Ctrl+M).
  2. Open the Measurement panel (Window menu) if not already open.
  3. Hover an object to read its size and statistics, or drag between two points to read a distance and angle.

Switch units without opening Settings

Click mm or in at the top right of the panel. The change applies app-wide (the Display Unit in Settings → Units & Grid flips with it).

Behavior worth knowing

  • The panel reads from the Measure tool's state. With another tool active, you see the hint No measurement.
  • Dragging always shows segment metrics; object metrics only appear during hover, not during drag.
  • Area is only defined for closed paths. Open paths, text, and groups show N/A for area.
  • The unit toggle and the Display Unit setting are the same value; changing one changes the other.

On this page