############## D I S C L A I M E R ##############
         #                                               #
         # IN NO EVENT SHALL OLAF CORTEN OR HIS EMPLOYER #
         # BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,  #
         # SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES #
         # ARISING OUT OF THE USE OF THIS SOFTWARE AND   #
         # ITS DOCUMENTATION, EVEN IF OLAF CORTEN OR HIS #
         # EMPLOYER HAS BEEN ADVISED OF THE POSSIBILITY  #
         # OF SUCH DAMAGE.                               #
         #                                               #
         # OLAF CORTEN AND HIS EMPLOYER SPECIFICALLY     #
         # DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT  #
         # LIMITED TO, THE IMPLIED WARRANTIES OF         #
         # MERCHANTABILITY AND FITNESS FOR A PARTICULAR  #
         # PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS  #
         # ON AN "AS IS" BASIS, AND OLAF CORTEN OR HIS   #
         # EMPLOYER HAS NO OBLIGATION TO PROVIDE         #
         # MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,  #
         # OR MODIFICATIONS.                             #
         #                                               #
         ############## D I S C L A I M E R ##############


                CheckDxf    version 2.1

         This program checks if dxf-item coordinates are within format limits.
         Allowed deviation is 100 millimeters.
         With the ltscale option you can alter the line-type scale in the dxffile
         to get a better distinction between dashed and continous lines.

         Syntax:
           CheckDxf [options] 

           The objectfilter is used to open only the objects corresponding to
           the filter. Use wildcards to do so. You can include multiple objectfilters.

         Options:
           -h             - Show this help screen
           -verbose       - Give more output
           -silent        - Give less output
           -debug         - Give debug output
           -size          - Show format size
           -ltscale xxx   - Change LTSCALE by xxx percent.
           -nocheck       - Disable checking coordinates.

         Example:
           o checkdxf 1003*.dxf
                  Check all dxf's starting with 1003
           o checkdxf -ltscale 50 *.dxf
                  Change the line-type scale by 50% in all dxffiles.

         Author: Olaf Corten, Fico Molding, the Netherlands
         WWW: http://www.proesite.com