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

  1.  
  2.    5.12.5 EXPLODE SYMBOL
  3.  
  4.  
  5. The EXPLODE SYMBOL command is used to explode a symbol into all of its
  6. component parts. Copies of the original entities used to define the symbol
  7. are created in place of the single graphics entity of a normal symbol.
  8.  
  9. Only the internal graphics of the symbol are affected, any cpoint, tnode
  10. or nested symbol that was created as a separate linked entity remains
  11. unchanged.
  12.  
  13. The symbol instance will not be deleted unless the UNLINK modifier is used.
  14. The new entities created will be related to the existing symbol instance in
  15. a child member list, the overall effect is the same as if the symbol was
  16. drawn originally using the EXPLODE modifier.
  17.  
  18.  
  19.    COMMAND FORMAT
  20.  
  21.       #EXPLODE SYMBOL [modifiers] :Ent x1 x2 ... xn
  22.  
  23. The command will process each symbol identified after the colon. If an
  24. identified symbol is already an exploded symbol it will be ignored.
  25.  
  26.  
  27.    MODIFIERS
  28.  
  29. UNLINK         If the UNLINK modifier is used, the original symbol instance
  30.                will be deleted. Any new entities created and any of the old
  31.                symbol entities such as cpoints and tnodes, will not be
  32.                related in any way.
  33.  
  34.  
  35.