Class PbMesh3D

Direct Known Subclasses:
PbGrid3D, PbIndexedMesh3D

public class PbMesh3D extends PbMesh
Defines an abstract volume mesh. A volume mesh is made of polyhedral cells, that define a 3D volume. The topology of this mesh is either regular (see derived class PbGrid3D) or irregular (see derived class PbIndexedMesh3D).