&LWIDTH(obj[,IFERR,label:])
Accesses the line width for all geometric objects (excludes dimensions, and drafting aids). This EDA is READ/WRITE which means you can extract and/or edit the line width of the specified object.
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
3 = Thin
|
Parameter |
Description |
|
IFERR,label: |
Specifies a label to which program execution jumps if an error occurs. |
|
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 |
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. |