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

  1.  
  2.    5.4.3 DRAW FILLET
  3.  
  4.  
  5. The DRAW FILLET command is used to draw arc fillets between 2 existing
  6. entities. An arc fillet is an arc segment tangential to 2 entities.
  7.  
  8.  
  9.    COMMAND FORMAT
  10.  
  11.       #DRAW FILLET modifiers :Ent x1 x2 [:Ent x1 x2] ...
  12.  
  13. Any valid combination of 2 entities can be identified. The entities may be
  14. cpoint, line, arc, string or polygon. If one of the entities is a string or
  15. a polygon, the segment closest to the identifying digitise is used for the
  16. fillet construction.
  17.  
  18. The entities should always be identified in anti-clockwise order with
  19. respect to the required arc, as the arc segment will be constructed anti-
  20. clockwise starting at a tangent to the first entity and ending at a tangent
  21. to the second entity. ( See fig. 5.30 and 5.31 ).
  22.  
  23. Some cases such as an arc fillet between 2 other arcs can have up to 8
  24. possible solutions. The solution returned will be dependent on the locations
  25. used to identify the 2 entities. The location used to identify each of the
  26. two entities should be in the approximate vicinity of the point where the
  27. arc fillet will intersect each entity. ( See figs. 5.32 to 5.34 ).
  28.  
  29. The default case is to trim the 2 construction entities to the point of
  30. intersection with the arc fillet. This is only valid for arcs or lines or
  31. in the case of a string entity, if the segment identified is the first or
  32. last segment of the string.
  33.  
  34.  
  35.    MODIFIERS
  36.  
  37. LAYER          Requires a layer number. This will override the current
  38.                active layer.
  39.  
  40. DEPTH          Requires a depth number. This will override the current
  41.                active depth.
  42.  
  43. RADIUS         A real value defining the arc fillet radius.
  44.  
  45. NOTRIM         If this modifier is entered, the 2 construction entities
  46.                will not be trimmed. ( See fig 5.35 ).
  47.  
  48. HARDFONT       Indicates a hardware line style will be entered.
  49.  
  50. .STYLE         One of the predefined line-styles, a value between 0 and 15.
  51.  
  52. .THICKNESS     Line thickness, a value between 1 and 5.
  53.  
  54. SOFTFONT       Indicates a software line style will be entered. For a full
  55.                description of the SOFTFONT option, see the documentation
  56.                for the command DEFINE SOFTFONT.
  57.  
  58. ATTRIBUTE      Used to enter one or more attributes associated with this
  59.                entity. For a full description of the ATTRIBUTE option, see
  60.                the documentation for the command ADD ATTRIBUTE.
  61.  
  62.  
  63.