Package com.openinventor.meshvizxlm.mesh
Interface MiMeshIj<T extends MiTopologyIj>
- Type Parameters:
T- the type of the mesh topology
- All Superinterfaces:
MiMesh
- All Known Subinterfaces:
MeXMeshIj<T>,MeXSurfaceMeshCurvilinear<T,,G> MiSurfaceMeshCurvilinear<T,G>
IJ surface mesh interface.
This interface defines an IJ surface mesh. All IJ meshes have a common
topology interface to get the number of cells: getNumCellsI(), and
getNumCellsJ().
- See Also:
-
Method Summary
-
Method Details
-
getTopology
T getTopology()Returns the topology of this mesh.- Returns:
- the topology of this mesh
-