|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcae.mesh.xmldata.MeshWriter
public class MeshWriter
| Constructor Summary | |
|---|---|
MeshWriter()
|
|
| Method Summary | |
|---|---|
static void |
writeObject(Mesh2D submesh,
java.lang.String xmlDir,
java.lang.String brepFile,
int index)
Write the current object to an Amibe 2D XML file and binary files. |
static void |
writeObject3D(Mesh submesh,
java.lang.String xmlDir,
java.lang.String brepFile)
Write the current object to an Amibe 3D XML file and binary files. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MeshWriter()
| Method Detail |
|---|
public static void writeObject(Mesh2D submesh,
java.lang.String xmlDir,
java.lang.String brepFile,
int index)
throws java.io.IOException
submesh - mesh to be written on diskxmlDir - name of the XML filebrepFile - basename of the brep fileindex - shape index
java.io.IOException
public static void writeObject3D(Mesh submesh,
java.lang.String xmlDir,
java.lang.String brepFile)
throws java.io.IOException
submesh - mesh to be written on diskxmlDir - name of the XML filebrepFile - basename of the brep file
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||