artisynth.core.femmodels
Class SkinMesh.BodyInfo

java.lang.Object
  extended by artisynth.core.femmodels.SkinMesh.BodyInfo
Direct Known Subclasses:
SkinMesh.FemModelInfo, SkinMesh.FrameInfo
Enclosing class:
SkinMesh

public abstract class SkinMesh.BodyInfo
extends java.lang.Object

Base class for information about bodies (e.g., Frames or FemNodels) used to control the skinning.


Method Summary
abstract  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

getMesh

public abstract PolygonalMesh getMesh()
Returns the PolygonalMesh, if any, associated with this body.