home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / graphic / cad / xcad3000 / xcdoc / drawtnode < prev    next >
Text File  |  1995-07-10  |  1KB  |  42 lines

  1.  
  2.    5.10.1 DRAW TNODE
  3.  
  4.  
  5. The DRAW TNODE command is used to draw one or more tnode entities. A tnode
  6. acts as a reference point or origin point for a text entity.
  7.  
  8. Each tnode is created with a set of text parameters which it passes to a
  9. text entity when text is drawn using the TNODE modifier. The text parameters
  10. are taken from the selected parameters defined for the viewport or the
  11. system defaults. Any of these parameters can be altered within the command by
  12. using the PARAMETERS modifier.
  13.  
  14.  
  15.    COMMAND FORMAT
  16.  
  17.       #DRAW TNODE [modifiers] :Loc x1 x2 ... xn
  18.  
  19. A tnode entity will be created at each of the locations specified in the
  20. command.
  21.  
  22.  
  23.    MODIFIERS
  24.  
  25. LAYER          Requires a layer number. This will override the current
  26.                active layer.
  27.  
  28. DEPTH          Requires a depth number. This will override the current
  29.                active depth.
  30.  
  31. PARAMETERS     The PARAMETERS modifier is used to enter a further family
  32.                of modifiers used to alter the text parameters for the tnode.
  33.  
  34.                See the documentation for the command DRAW TEXT for a full
  35.                description of the modifiers that control text parameters.
  36.  
  37. ATTRIBUTE      Used to enter one or more attributes associated with this
  38.                entity. For a full description of the ATTRIBUTE option, see
  39.                the documentation for the command ADD ATTRIBUTE.
  40.  
  41.  
  42.