org.vrforcad
Class WriteSTL

java.lang.Object
  extended by org.vrforcad.WriteSTL

public class WriteSTL
extends java.lang.Object

This class write the .stl file.

Version:
1.2
Author:
Daniel Cioi

Constructor Summary
WriteSTL(float[] coordonates, java.lang.String FileName)
          Constructor with two parameters, the coordonates shape and the path for output file.
 
Method Summary
 void execute()
          Method to execute the write process.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteSTL

public WriteSTL(float[] coordonates,
                java.lang.String FileName)
Constructor with two parameters, the coordonates shape and the path for output file.

Method Detail

execute

public void execute()
Method to execute the write process.