Package com.openinventor.meshvizxlm.mesh
Interface MiLineMeshCurvilinear<T extends MiTopologyI,G extends MiGeometryI>
- 
- Type Parameters:
 T- the type of the mesh topologyG- the type of the mesh geometry
- All Superinterfaces:
 MiMesh,MiMeshUnstructured<G>
- All Known Subinterfaces:
 MeXLineMeshCurvilinear<T,G>
public interface MiLineMeshCurvilinear<T extends MiTopologyI,G extends MiGeometryI> extends MiMeshUnstructured<G>
Curvilinear Line mesh interface.This interface specifies a line defined by a list of points connected by edges forming a broken line.
Curvilinear Line meshes do not contain an explicit description for each cell as is the case for unstructured line meshes. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetTopology()Returns the topology of this mesh.- 
Methods inherited from interface com.openinventor.meshvizxlm.mesh.MiMeshUnstructured
getGeometry 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getTopology
T getTopology()
Returns the topology of this mesh.- Returns:
 - the topology of this mesh
 
 
 - 
 
 -