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

  1.  
  2.    3.6.3 VERIFY FAMILY
  3.  
  4.  
  5. The VERIFY FAMILY command is used to highlight any inter-entity relations
  6. or families.
  7.  
  8. A number of commands automatically create inter-entity relationships such
  9. as drawing text referencing a tnode, or drawing exploded symbols or
  10. dimension entities. These commands can set up parent-child or equal member
  11. relationships between entities. The command LINK ENTITY can also be used to
  12. set up custom relationships between entities. As the relationships are
  13. made in the X-CAD database and are not visible as such on the drawing, the
  14. VERIFY FAMILY command can be used to check or verify inter-entity relation-
  15. ships.
  16.  
  17.  
  18.    COMMAND FORMAT
  19.  
  20.       #VERIFY FAMLY [modifiers] :Ent x1 [:Ent x1 ... ]
  21.  
  22. If no modifiers are used with the command, for each entity identified, its
  23. complete family of child and equal members will be highlighted. A message
  24. listing the number of members in the family is displayed to the console
  25. window. To move on to the next family or terminate the command, the small
  26. window with the message "CONTINUE?" that appears in the bottom right of the
  27. display should be clicked with the mouse.
  28.  
  29. If any of the child or equal members of the entity identified are in turn
  30. parents of further entities, these entities and their families are also
  31. highlighted. A recursive search is put into action to find all members
  32. below or equal in the hierarchy starting at the original parent entity. If
  33. the identified entity is a child member of another entity, its parent is
  34. not highlighted as the search does not move up the family tree, only down.
  35.  
  36.  
  37.    MODIFERS
  38.  
  39. IMMEDIATE      The IMMEDIATE modifier is used to limit the family search
  40.                to one level only. The direction of the search is determined
  41.                by one of the four keywords which must follow this modifier:
  42.  
  43.                   PARENTS     Only highlight any entities which are parents
  44.                               to this entity.
  45.  
  46.                   EQUALS      Only highlight entities which are equal
  47.                               members to this entity.
  48.  
  49.                   CHILDREN    Only highlight entities which are child
  50.                               members to this entity.
  51.  
  52.                   ALL         ALL is a combination of PARENTS, EQUALS and
  53.                               CHILDREN.
  54.  
  55.  
  56.