net.dzzd.access
Interface IFace3DList


public interface IFace3DList

Used for accessing to a Face3DList.

Since:
1.0
Version:
1.0, 01/01/04
Author:
Bruno Augier
See Also:
IFace3D, IMesh3DGenerator

Method Summary
 IFace3D getFace3D()
          Gets Face3D for this Face3DList cell.
 IFace3DList getNextFace3DList()
          Gets next Face3DList cell.
 

Method Detail

getFace3D

public IFace3D getFace3D()
Gets Face3D for this Face3DList cell.

Returns:
IFace3D for this FaceList cell or null if none

getNextFace3DList

public IFace3DList getNextFace3DList()
Gets next Face3DList cell.

Returns:
Face3DList next Face3DList cell or null if none