org.vrforcad
Class ConvertSTLtoJ3D

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

public class ConvertSTLtoJ3D
extends java.lang.Object

This class reads the STL file and convert it in object.vfc. The STL file must be in ASCII format.

Version:
1.6
Author:
Daniel Cioi

Constructor Summary
ConvertSTLtoJ3D()
           
 
Method Summary
static boolean isBinary()
          Check if the stl file is BINARY or ASCII.
static void ReadCADFile(java.io.File STL_File)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertSTLtoJ3D

public ConvertSTLtoJ3D()
Method Detail

ReadCADFile

public static void ReadCADFile(java.io.File STL_File)

isBinary

public static boolean isBinary()
Check if the stl file is BINARY or ASCII.

Returns:
true if the stl file is BINARY.