Macro Language Reference > Macros > Graphic > tgljoint
  
tgljoint
Description
Changes the line joint style of newly created graphics, i.e. points where consecutive segments of the same line connect at an angle. Different lines that meet or intersect fortuitously are not affected by the settings made here. Circles that have been converted to a line with the tgmkline macro are, however, rendered as sequences of straight lines, and the current line join is applied to the 'corners' between those lines.
 
This macro is an alias of the tglj macro; both being present for purposes of backward compatibility with earlier PTC ALD versions.
Syntax
tgljoint joint style:n? ( update:n? )
tgljoint
[no parameter]
Invoke the Set Line Joint Style dialog box.
joint style
0
Rounded joints:
1
Mitred joints:
2
Bevelled joints:
update
0
Do not update currently selected objects to the new setting
1
Update currently selected objects to the new setting
Related Links