maspack.apps
Class MeshSeparator

java.lang.Object
  extended by maspack.apps.MeshSeparator

public class MeshSeparator
extends java.lang.Object

Simple program to read in a mesh and separate it into disconnected parts. Each part is then written out as a separate mesh file. If there are no disconnected parts, the program does nothing.


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

Constructor Detail

MeshSeparator

public MeshSeparator()
Method Detail

main

public static void main(java.lang.String[] args)