org.jcae.viewer3d.fe.unv
Class UNVParser
java.lang.Object
org.jcae.viewer3d.fe.unv.UNVParser
public class UNVParser
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNVParser
public UNVParser()
getNodesCoordinates
public float[] getNodesCoordinates()
getTria3GroupNames
public java.lang.String[] getTria3GroupNames()
getTria3FromGroup
public int[] getTria3FromGroup(int groupId)
getQuad4FromGroup
public int[] getQuad4FromGroup(int groupId)
getBeam2FromGroup
public int[] getBeam2FromGroup(int groupId)
getTria6FromGroup
public int[] getTria6FromGroup(int groupId)
hasBeam2
public boolean hasBeam2()
hasTria6
public boolean hasTria6()
parse
public void parse(java.io.BufferedReader rd)
throws java.io.IOException
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)
- Debug
- Parameters:
args -