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
Input ports
| Name | Type | Description | Default 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
| Name | Type | Description |
|---|---|---|
| Dimension | ThreeCurve | Drawable dimension graphics |
| Angle | Number | Numeric measured angle |
[comment]: <> ()
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.
Distance Dimension
Radial Dimension
2D Bounding Box Dimension
3D Bounding Box Dimension