DWGComponentMixin is a mixin containing rules that can be used by other designs—but see Note, below.
We do not use it alone, we use it to add the rules to other designs. NOTE: presently there are no UI designs that use this mixin (see below).
Parameter Rules
layer: | Like the same-named feature in CAD systems, layers allow selective showing and hiding of individual objects independent of the other visibility-controlling parameters. |
Example: | 'Leg' |
linetype: | Linetypes can be a pattern of dashes, dots, text, and symbols, or unbroken and continuous. |
Example: | "byblock" |
linetypeScale: | This sets the scale for the linetype. Use an integer value. |
Example: | 3; |
lineweight: | Line thickness. Use an integer value to set the lineweight. |
Example: | -3 |
Mixins
None
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
---|---|---|---|---|
layer |
string |
this.parent.parent.layer |
DWG |
Cached Parameter |
linetype |
string |
"byblock" |
DWG |
Cached Parameter |
linetypeScale |
integer |
3 |
DWG |
Cached Parameter |
lineweight |
integer |
-3 |
DWG |
Cached Parameter |
UI Designs that use the DWGComponentMixin:
None