org.jcae.viewer3d.fe.unv
Class UNVParser

java.lang.Object
  extended by org.jcae.viewer3d.fe.unv.UNVParser

public class UNVParser
extends java.lang.Object


Constructor Summary
UNVParser()
           
 
Method Summary
 int[] getBeam2FromGroup(int groupId)
           
 float[] getNodesCoordinates()
           
 int[] getQuad4FromGroup(int groupId)
           
 int[] getTria3FromGroup(int groupId)
           
 java.lang.String[] getTria3GroupNames()
           
 int[] getTria6FromGroup(int groupId)
           
 boolean hasBeam2()
           
 boolean hasTria6()
           
static void main(java.lang.String[] args)
          Debug
 void parse(java.io.BufferedReader rd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UNVParser

public UNVParser()
Method Detail

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 -