Macro Language Reference > Macros > Graphic > tglwidth
  
tglwidth
Description
Changes the line width of newly created graphics. Any currently selected graphic objects can also be updated to the new setting.
 
This macro is an alias of the tglt macro; both being present for purposes of backward compatibility with earlier PTC ALD versions.
Syntax
tglwidth line width:uh? ( update:n? )
tglwidth
[no parameter]
Invoke the Set Line Width dialog box
line width
The line width plus optional unit of measurement
* 
Using a line width of 0 causes a hairline, i.e. a line one dot thick, to be drawn on the output device.
update
0
Do not update currently selected objects to the new setting
1
Update currently selected objects to the new setting
Additional Information
If you want an invisible line, switch the line color to none using the tglcol macro.
Related Links