DimLineMixin is a mixin containing rules that can be used by other designs—but see Note, below.
We do not use it alone; instead, it is used to add the rules to other designs. NOTE: presently there are no UI designs that use this mixin (see below).
Parameter Rules
| dimLineLocation: | Placement of the dimension line. |
| Example: | 'inside'; |
| Choices: | 'auto', 'inside', 'outside' |
| showDimLineFrom: | Turns on or off the dimension from line. |
| Example: | true; |

| showDimLineTo: | Turns on or off the dimension to line. |
| Example: | true; |

Mixins
None
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
|---|---|---|---|---|
dimLineLocation |
string |
"auto" |
Inputs |
Cached |
showDimLineFrom |
boolean |
true |
DimLines |
Cached |
showDimLineTo |
boolean |
true |
DimLines |
Cached |
![]()
UI Designs that use the DimensionFormatMixin:
None