home *** CD-ROM | disk | FTP | other *** search
- --------------------------------------------------------------------------
- --INSBCIR.DEF
- --This is the input file to BLDF that makes a .HLP file for the
- --UPL 'INSert BCIRcle' command.
-
-
- --Type 'BLDF INSBCIR.DEF' to create help file named INSBCIR.HLP; this file
- --should be kept in the same directory as INSBCIR.UCD.
-
- --------------------------------------------------------------------------
-
- --This first section just sets up a temporary modifiers file that is
- --only used by the BLDF utility when it is processing the the HELP section
- --below. Note that these modifiers are set up the same way the modifiers
- --are set up in the INSBCIR UPL program.
-
- BEGIN MOD
- FILE NEW INSBCIR.MOD
-
- MOD 1 HOLEDia R
- MOD 1 CIRDia R
- MOD 1 ABegin R
- MOD 1 AIncrement R
- MOD 1 Nholes I
- MOD 1 COLor I
- MOD 1 FONt I
- MOD 1 LAYer I
-
- END MOD
-
- --Help section----------------------------------------------------------------
-
- Begin Help --Must use this command at beginning of file.
- File INSBCIR.HLP --Compiled output filename. Can be any name.
- File Modifiers INSBCIR.MOD --Compiled modifier processor name. (Note that
- --this file (INSBCIR.MOD) was generated above
- --in the MOD section of this file.
-
- -------------------------------------------------------------------------------
-
- VNP 1 2
-
- INSert BCIRcle
-
- This command is used to insert bolt circle patterns. You
- can specify the circle diameter and the diameter of the
- holes around the circle.
-
-
- Press 'More' key for more detailed help on individual modifiers
- @
-
- Help 2 3 4 5 6 7 8
-
- The following modifiers are availiable for INSert BCIRcle:
-
- F1 - HOLEDia
-
- F2 - CIRDia
-
- F3 - ABegin
-
- F4 - AIncrement
-
- F5 - Nholes
-
- F6 - COLor, FONt, LAYer
-
- for help on a specific modifier, press the specified Function key
- @
-
- Help 3 --used by Help 2, [F1]
-
- The HOLEDia specifices the diameter of the holes put in
- around the bolt circle.
- @
-
- Help 4 --used by Help 2, [F2]
-
- The CIRDia specifies the diameter of the circle that the
- holes will be placed on.
- @
-
- Help 5 8 --used by Help 2, [F3]
-
- The ABegin specifies the begining angle to start the holes.
- The 3 o'clock position is 0 degrees and 12 o'clock is 90.
- @
-
- Help 6 --used by Help 2, [F4]
-
- The AIncrement specifies the angle between each hole.
- @
-
- Help 7 --used by Help 2, [F5]
-
- The Nholes specifies the number of holes to make on each circle.
- @
-
- Help 8 --used by Help 2, [F6]
-
- The COLor, FONT and LAYer modifiers are used to set the display
- characteristics of the inserted circles. The inital default
- values are:
-
- COLor - current GCD default color
- FONT - style 2
- LAYer - layer 256
- @
-
- ModIndex 1 2 --index 1 is for UPL defined modifiers, 2 is for 'more' help
-
- Modifiers Default
-
- There are several modifiers that can be selected to set such
- things as the hole diameters, the circle diameter, begining
- and increment angles, number of holes to put in and the
- characteristics of the circles inserted such as color, font and
- layer.
-
- Press 'More' key for more detailed help on the individual
- modifiers or press the 'Previous' key for general help with
- the INSert BCIRcle command.
- @
-
- GetData 1
-
- You are being prompted to enter the location(s) of the
- centers of the bolt circle patterns you want to insert.
- You can insert up to 400 bolt circle patterns at a time.
-
- If you need to change some of the modifers before or after
- you have inserted some bolt circles, you can enter a ':' to
- return you to the modifier processor section.
- @
-
- End Help
- End
-