Dimension

Dimensions

2D Bounding Box Dimension

  • Dimensions

2D Bounding Box Dimension

Measures and visualizes the 2D bounding box dimensions of geometry. Shows width (X), height (Y), and optionally diagonal measurements with customizable labels.

Details

ID

dimensions-dimensions-2d-bounding-box-dimension

Name

2D Bounding Box Dimension

Group

Dimensions

Package

Dimension

Keywords

dimension
bounding box
width
height
diagonal
measure
geometry

Input ports

NameTypeDescriptionDefault Value
Geometry
Geometry
The target mesh/solid/curve (single or list). Used to compute a 3D axis-aligned bounding box.
Show Width (X)
Boolean
Draw X-axis dimension.
Show Height (Y)
Boolean
Draw Y-axis dimension.
Show Diagonal
Boolean
Draw body diagonal of the box.
Label Offset
Number
Offset of labels from their dimension lines.1.5
Decimal Places
Number
Integer [0–6] (default: 2) Digits after the decimal.2
Label Suffix
String
Unit appended to values.mm
Label Overwrite X
String
Custom label template for X dimension. If contains {val} it will be replaced with the formatted value.
Label Overwrite Y
String
Custom label template for Y dimension. If contains {val} it will be replaced with the formatted value.
Label Overwrite Diagonal
String
Custom label template for diagonal dimension. If contains {val} it will be replaced with the formatted value.
Style
Meta
Connect a Dimension Style node to unify colors, sizes, arrows, text, etc.

Output ports

NameTypeDescription
Dimension
ThreeCurve
Drawable dimension graphics
Width
Number
Numeric measured width (X dimension)
Height
Number
Numeric measured height (Y dimension)
Diagonal
Number
Numeric measured diagonal length

Creation method

[comment]: <> ()

There are two options for creating a 2D Bounding Box Dimension node.

  • The first way to create a 2D Bounding Box Dimension node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • 2d, bounding, box, dimension, measure, width, height
  • The second way is to select a 2D Bounding Box Dimension node from the menu that opens from the top left.
    • Menu > Dimensions > 2D Bounding Box Dimension

Steps

  • Create a 2D Bounding Box Dimension node.
  • Connect the geometry to the geometry port.
  • Toggle which dimensions to show (width, height, diagonal).
  • Optionally, connect a Dimension Style node to customize appearance.

The 2D Bounding Box Dimension node measures and visualizes the 2D bounding box dimensions of geometry with professional dimension lines, arrows, and extension lines. It automatically calculates width (X), height (Y), and optionally diagonal measurements.

It outputs the following values:

Curve - Drawable dimension graphics with arrows and extension lines

Width - Numeric measured width (X dimension)

Height - Numeric measured height (Y dimension)

Diagonal - Numeric measured diagonal length

Works with any geometry and provides professional CAD-style 2D dimensioning with customizable arrows, labels, and styling. Extension lines connect from bounding box corners to dimension lines without arrows.

See also

3D Bounding Box Dimension
Distance Dimension
Radial Dimension
Angular Dimension