/iges_md5

simple python script to create md5 checksum of an iges file

Primary LanguagePython

iges_md5

iges_md5

Get an MD5 checksum of a file. For IGES files, the header can be ignored so that we obtain a checksum for the geometry only.

Installation

pip install git+https://github.com/joergbrech/iges_md5

Usage

The following command simply returns the MD5 Checksum of an ASCII file

iges_md5 input_file.iges

The following command ignores the HEADER, if the input file is an IGES file

iges_md5 input_file.iges --ignore-header