&DENS(obj)
Accesses the line width for all geometric objects. This EDA is READ/WRITE which means you can extract and/or edit the line width of the specified object.
Use &TYPWID to control line width for specific object types including dimensions and drafting aids.
NOTE: Although &DENS and &LWIDTH perform the same functions,
it is recommended that you use &LWIDTH to access the line width.
Read/Write - Number - [1..3]
1 = Normal
2 = Thick or Heavy
3 =
Thin
Parameter |
Description |
Normal |
Indicates that the specified object's line width will be normal. You can also READ the object's current line width. If it is normal, the value of 1 is returned. |
Thick or Heavy |
Indicates that the specified object's line width will be heavy. You can also READ the object's current line width. If it is thick, the value of 2 is returned. |
Thin |
Indicates that the specified object's line width will be thin. You can also READ the object's current line width. If it is thin, the value of 3 is returned. |