com.sfm.ap210.jsdai.utils
Class GraphDump

java.lang.Object
  extended by com.sfm.ap210.jsdai.utils.GraphDump

public class GraphDump
extends java.lang.Object

This is a utility script to dump a GraphML representation of the connectivity graph of a STEP Part21 file. Running the application will present the user with a file prompt for a .stp file. A .stp.graphml will be created alongside the .stp file for the dumped connectivity graph data. The user is then free to load and examine the graph data in any capable graphml reader application.


Constructor Summary
GraphDump()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphDump

public GraphDump()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws jsdai.lang.SdaiException,
                        java.io.IOException
Throws:
jsdai.lang.SdaiException
java.io.IOException