STEP ToyBox: STEP Graph

Coming Soon

This is a tool that will draw a grpah of the references from one step instance to another. It can do this without having access to the schema to which the file conforms.

Source Code: browse GIT repository

Download: stepgraph

Building from Source

This tool uses a CLIM graphical user interface that must be built using one of the commercial Lisp environments: LispWorks, Allegro CL. LispWorks is known to work.

  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/stepgraph
  4. cd expgraph
  5. lispworks ...

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


Craig Lanning