Macro Language Reference > Macros > Graphic > tglt
  
tglt
Description
This macro changes the line width (thickness) of newly created graphics. Any currently selected graphic objects can also be updated to the new setting.
 
This macro is an alias of the tglwidth macro; both being present for purposes of backward compatibility with earlier PTC ALD versions.
Syntax
tglt line width:uh? ( update:n? )
tglt
[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