Specification of how dimensions and their labels are displayed.
Referenced by: Dimension Layer
Properties
| Property | Details |
|---|---|
| color | Color of dimension lines. |
| fontSize | Font size of dimension label text in points. |
| lineSize | Width of dimension lines in points. |
| textBackgroundColor | Background color of dimension labels. |
| textColor | Color of dimension label text. |
| type | Specifies the type of style used. Valid value of this property simple |
Example
{
"type": "simple",
"color": [
0,
0,
0
],
"fontSize": 10,
"lineSize": 2,
"textBackgroundColor": [
0,
0,
0
],
"textColor": [
255,
255,
255
]
}