STEP ToyBox: STEP Instance File Diff Tool

This is a tool which reads two Part 21 instance files and the schema file that they conform to and checks to see if the two files are equivalent. Because of the nature of the data, it is not possible to give any kind of diff output. Mostly it just says whether the files are the same or not.

Source Code: browse GIT repository

Download: p21diff 1.0

Known Limitations

Building from Source

This this can be built using SBCL.

  1. git clone git://git.code.sourceforge.net/p/step-toybox/step-toybox
  2. cd step-toybox/apps/
  3. git clone git://git.code.sourceforge.net/p/step-toybox/p21diff
  4. cd p21diff
  5. sbcl --load deliver

You should now find a p21diff file in the current directory.


Craig Lanning