Dimension

Dimensions

Angular Dimension

  • Dimensions

Angular Dimension

Measures and visualizes the angle defined by a center point and two direction vectors

Details

ID

dimensions-dimensions-angular-dimension

Name

Angular Dimension

Group

Dimensions

Package

Dimension

Keywords

dimension
angle
measure
label
arc

Input ports

NameTypeDescriptionDefault Value
Center
Point
The center point of the angle (arc center)
Direction 1
Vector
The first direction vector starting from the center point. Only direction is used — length is ignored.
Direction 2
Vector
The second direction vector starting from the same center point. Works the same way as direction 1.
Radius
Number
The visual radius of the dimension arc. Controls how large the arc is drawn, but not the measured value.1.5
Offset
Number
The distance between the arc and the text label (along the radius).1.5
Decimals
Number
Number of digits after the decimal point when displaying the angle.1
Suffix
String
The unit or symbol appended to the numeric value (e.g., "°", "deg", "rad").°
Override
String
Custom label format. If contains {val} → {val} is replaced by the formatted angle. If does not contain {val} → the exact text is displayed.
Radians
Boolean
Controls whether the output value is in radians or degrees.
Style
Meta
Visual style object: { color, lineWidth, dashed, fontSize, textColor, backgroundColor }

Output ports

NameTypeDescription
Dimension
ThreeCurve
Drawable dimension graphics
Angle
Number
Numeric measured angle

Creation method

[comment]: <> ()

There are two options for creating an Angular Dimension node.

  • The first way to create an Angular 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.
    • angular, angle, dimension, measure, arc
  • The second way is to select an Angular Dimension node from the menu that opens from the top left.
    • Menu > Dimensions > Angular Dimension

Steps

  • Create an Angular Dimension node.
  • Connect the center point to the center port.
  • Connect the first direction vector to the direction1 port.
  • Connect the second direction vector to the direction2 port.
  • Optionally, connect a Dimension Style node to customize appearance.

The Angular Dimension node measures and visualizes angles between two directions with professional dimension arcs, arrows, and extension lines. It automatically calculates the angle and displays it with customizable labels.

It outputs the following values:

Curve - Drawable dimension graphics with arc, arrows, and extension lines

Angle - Numeric measured angle value in degrees

Center Point - Center point of the angle measurement

Works with any directional vectors and provides professional CAD-style angular dimensioning with customizable arrows, labels, and styling. Includes extension lines from the center to arc endpoints.

See also

Distance Dimension
Radial Dimension
2D Bounding Box Dimension
3D Bounding Box Dimension