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

  1.  
  2.    3.6.3 UNLINK ENTITY
  3.  
  4.  
  5. The UNLINK ENTITY command is used to unlink inter-entity relationships
  6. constructed using the LINK ENTITY command. Relationships created by other
  7. commands such as exploded symbols and dimensions or tnodes and text cannot
  8. be unlinked using this command.
  9.  
  10.  
  11.    COMMAND FORMAT
  12.  
  13.       #UNLINK ENTITY modifiers :Ent x1 x2 ... xn [:Ent ... ]
  14.  
  15. All entities selected via IDENTS will be unlinked. The command modifiers
  16. control the member types affected for each identified entity.
  17.  
  18.  
  19.    MODIFIERS
  20.  
  21. FAMILY         If the FAMILY modifier is used, all child and equal members
  22.                of each identified entity will be unlinked. If any of the
  23.                child or equal members are themselves a parent of a futher
  24.                family of entities, then these families will also be
  25.                unlinked. The command acts upon the complete family tree down
  26.                to the bottom most level.
  27.  
  28. IMMEDIATE      The IMMEDIATE modifier is used to specify that only the most
  29.                immediate level of entities related to each of the identified
  30.                entities is to be unlinked. The modifier is followed by one
  31.                of four keywords to specify the member type to be unlinked.
  32.  
  33.                   PARENTS     Unlink each identified entity from any of its
  34.                               parent member entities.
  35.  
  36.                   EQUALS      Unlink each identified entity from any of its
  37.                               equal member entities.
  38.  
  39.                   CHILDREN    Unlink any child member entities from each of
  40.                               the identified entities.
  41.  
  42.                   ALL         Unlink each identified entity from any of its
  43.                               parent, equal or child member entities.
  44.  
  45.  
  46.