Macro Language Reference > Macros > Graphic > tgedit
  
tgedit
Description
Prepares PTC ALD to edit graphic objects. When the handle of a selected graphic object is clicked and moved around the graphic object will change. The exact nature of the change depends on the type of item and which handle is used.
Syntax
tgedit mouse control:b?
[no parameter]
Elect to edit the selected object.
mouse control
Add a mouse control sequence to handle the macro (optional)
Additional Information
Holding down the Shift key at the same time as clicking the mouse will add new points to the graphic line, as via the tgedadd macro.
Holding down the Alt key at the same time as clicking the mouse will delete points from the graphic line, as via the tgeddel macro.
Related Links