|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vrforcad.ReadSTLbinary
public class ReadSTLbinary
This class read a STL file in binary format.
| Constructor Summary | |
|---|---|
ReadSTLbinary(java.io.File STL_File)
|
|
| Method Summary | |
|---|---|
void |
readSTLbinaryFile()
Read the binary file follow the rules: first 80 bytes - as any text such as the creator's name; after, 4 bytes - int equal to the number of facets in file; for each face read 50 bytes, 3x4 bytes for normals and 9x4 bytes for vertex coordonates, plus 2 bytes unused. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReadSTLbinary(java.io.File STL_File)
| Method Detail |
|---|
public void readSTLbinaryFile()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||