artisynth.core.femmodels
Class SkinMesh.FemModelInfo

java.lang.Object
  extended by artisynth.core.femmodels.SkinMesh.BodyInfo
      extended by artisynth.core.femmodels.SkinMesh.FemModelInfo
Enclosing class:
SkinMesh

public class SkinMesh.FemModelInfo
extends SkinMesh.BodyInfo

Contains information for each FemModel controlling this SkinMesh. Doesn't do very much now - can be expanded later as needed.


Method Summary
 FemModel3d getFemModel()
           
 PolygonalMesh getMesh()
          Returns the PolygonalMesh, if any, associated with this body.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFemModel

public FemModel3d getFemModel()

getMesh

public PolygonalMesh getMesh()
Description copied from class: SkinMesh.BodyInfo
Returns the PolygonalMesh, if any, associated with this body.

Specified by:
getMesh in class SkinMesh.BodyInfo