home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p115 / 10.ddi / GCD4 / UPL / INSBCIR.DEF < prev    next >
Encoding:
Text File  |  1988-06-06  |  4.0 KB  |  139 lines

  1. --------------------------------------------------------------------------
  2. --INSBCIR.DEF
  3. --This is the input file to BLDF that makes a .HLP file for the 
  4. --UPL 'INSert BCIRcle' command.
  5.  
  6.  
  7. --Type 'BLDF INSBCIR.DEF' to create help file named INSBCIR.HLP; this file
  8. --should be kept in the same directory as INSBCIR.UCD.
  9.  
  10. --------------------------------------------------------------------------
  11.  
  12. --This first section just sets up a temporary modifiers file that is
  13. --only used by the BLDF utility when it is processing the the HELP section
  14. --below.  Note that these modifiers are set up the same way the modifiers
  15. --are set up in the INSBCIR UPL program.
  16.  
  17. BEGIN MOD
  18. FILE NEW INSBCIR.MOD
  19.  
  20. MOD 1 HOLEDia           R
  21. MOD 1 CIRDia            R
  22. MOD 1 ABegin            R
  23. MOD 1 AIncrement        R
  24. MOD 1 Nholes            I
  25. MOD 1 COLor             I
  26. MOD 1 FONt              I
  27. MOD 1 LAYer             I
  28.  
  29. END MOD
  30.  
  31. --Help section----------------------------------------------------------------
  32.  
  33. Begin Help                      --Must use this command at beginning of file.
  34. File INSBCIR.HLP                --Compiled output filename.  Can be any name.
  35. File Modifiers INSBCIR.MOD      --Compiled modifier processor name. (Note that
  36.                                 --this file (INSBCIR.MOD) was generated above
  37.                                 --in the MOD section of this file.      
  38.  
  39. -------------------------------------------------------------------------------
  40.  
  41. VNP 1 2
  42.  
  43.                            INSert BCIRcle
  44.  
  45.         This command is used to insert bolt circle patterns.  You
  46.         can specify the circle diameter and the diameter of the
  47.         holes around the circle.
  48.  
  49.  
  50.    Press 'More' key for more detailed help on individual modifiers
  51. @
  52.  
  53. Help 2  3 4 5 6 7 8
  54.  
  55.   The following modifiers are availiable for INSert BCIRcle:
  56.  
  57.         F1 - HOLEDia
  58.  
  59.         F2 - CIRDia
  60.  
  61.         F3 - ABegin
  62.  
  63.         F4 - AIncrement
  64.  
  65.         F5 - Nholes
  66.  
  67.         F6 - COLor, FONt, LAYer
  68.  
  69.   for help on a specific modifier, press the specified Function key
  70. @
  71.  
  72. Help 3          --used by Help 2, [F1]
  73.  
  74.         The HOLEDia specifices the diameter of the holes put in
  75.         around the bolt circle.
  76. @
  77.  
  78. Help 4          --used by Help 2, [F2]
  79.  
  80.         The CIRDia specifies the diameter of the circle that the
  81.         holes will be placed on.
  82. @
  83.  
  84. Help 5  8       --used by Help 2, [F3]
  85.  
  86.         The ABegin specifies the begining angle to start the holes.
  87.         The 3 o'clock position is 0 degrees and 12 o'clock is 90.
  88. @
  89.  
  90. Help 6          --used by Help 2, [F4]
  91.  
  92.         The AIncrement specifies the angle between each hole.
  93. @
  94.  
  95. Help 7          --used by Help 2, [F5]
  96.  
  97.         The Nholes specifies the number of holes to make on each circle.
  98. @
  99.  
  100. Help 8          --used by Help 2, [F6]
  101.  
  102.         The COLor, FONT and LAYer modifiers are used to set the display
  103.         characteristics of the inserted circles.  The inital default
  104.         values are:
  105.  
  106.         COLor  - current GCD default color
  107.         FONT   - style 2
  108.         LAYer  - layer 256
  109. @
  110.  
  111. ModIndex 1 2     --index 1 is for UPL defined modifiers, 2 is for 'more' help
  112.  
  113. Modifiers Default
  114.  
  115.         There are several modifiers that can be selected to set such
  116.         things as the hole diameters, the circle diameter, begining
  117.         and increment angles, number of holes to put in and the
  118.         characteristics of the circles inserted such as color, font and
  119.         layer.
  120.  
  121.         Press 'More' key for more detailed help on the individual
  122.         modifiers  or  press the 'Previous' key for general help with
  123.         the INSert BCIRcle command.
  124. @
  125.  
  126. GetData 1
  127.  
  128.         You are being prompted to enter the location(s) of the
  129.         centers of the bolt circle patterns you want to insert.
  130.         You can insert up to 400 bolt circle patterns at a time.
  131.  
  132.         If you need to change some of the modifers before or after
  133.         you have inserted some bolt circles, you can enter a ':' to
  134.         return you to the modifier processor section.
  135. @
  136.  
  137. End Help
  138. End
  139.