Package com.openinventor.meshvizxlm.mesh
Interface MiSurfaceMeshCurvilinear<T extends MiTopologyIj,G extends MiGeometryIj>
-
- Type Parameters:
T
- the type of the mesh topologyG
- the type of the mesh geometry
- All Known Subinterfaces:
MeXSurfaceMeshCurvilinear<T,G>
public interface MiSurfaceMeshCurvilinear<T extends MiTopologyIj,G extends MiGeometryIj> extends MiMeshIj<T>
Curvilinear surface mesh interface.A Curvilinear Surface mesh is similar to a MiMeshIj except that nodes are organized in a
(NUMI+1,NUMJ+1)
array where they can be accessed by (i,j) indices. So each node located inside the mesh (not on a border) is shared by four cells. However, the nodes are not evenly spaced as they can be in theMiSurfaceMeshRectilinear
orMiSurfaceMeshRegular
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description G
getGeometry()
Returns the geometry of this mesh.-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.MiMeshIj
getTopology
-
-
-
-
Method Detail
-
getGeometry
G getGeometry()
Returns the geometry of this mesh.- Returns:
- the geometry of this mesh
-
-