Dimension

Dimensions

Dimension Style

  • Dimensions

Dimension Style

Defines visual styling for dimension nodes (Linear, Angular, Radial, Diametral). Connect to a dimension node's style input.

Details

ID

dimensions-dimensions-dimension-style

Name

Dimension Style

Group

Dimensions

Package

Dimension

Keywords

dimension
style
appearance
text
arrow

Input ports

NameTypeDescriptionDefault Value
Line Color
Color
Color of dimension lines
Thickness
Number
Thickness of main dimension line0.01
Extension
Number
Length of extension/helper lines0.1
Tail Length
Number
Tail length beyond arrow head0.2
Text Color
Color
Label text color
Text Size
Number
Font size of label16
Background
Color
Label background color for visibility#000000
BgOpacity
Number
Opacity 0–1 for background0.9
Arrow Size
Number
Overall arrowhead size0.05
Arrow
Boolean
Toggle arrowheads

Output ports

NameTypeDescription
Style
Meta
Style object for dimension nodes

Creation method

[comment]: <> ()

There are two options for creating a Dimension Style node.

  • The first way to create a Dimension Style 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.
    • dimension, style, appearance, text, arrow
  • The second way is to select a Dimension Style node from the menu that opens from the top left.
    • Menu > Dimensions > Dimension Style

Steps

  • Create a Dimension Style node.
  • Configure visual properties:
    • Set line color and thickness for dimension lines.
    • Set extension line length and arrow tail length.
    • Configure text color, size, and background.
    • Adjust arrow size and toggle arrow visibility.
  • Connect the style output to any dimension node's style input to apply the styling.

The Dimension Style node defines visual styling for dimension nodes (Distance, Angular, Radial, Diametral, Bounding Box). It provides comprehensive control over appearance including colors, line thickness, text properties, and arrow customization.

It outputs the following values:

Style - Style object containing all visual properties for dimension nodes

The style object includes:

  • color - Dimension line color
  • lineWidth - Thickness of dimension lines
  • extensionLineLength - Length of extension/helper lines
  • arrowTailLength - Tail length beyond arrow head
  • textColor - Label text color
  • fontSize - Font size for labels
  • backgroundColor - Text background color with opacity
  • arrowSize - Overall arrowhead size
  • showArrows - Boolean to toggle arrowheads

Works with all dimension nodes to provide consistent, professional CAD-style appearance with customizable colors, sizes, and visibility options.

See also

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