Interface MeXLineMeshCurvilinear<T extends MeXTopologyI,G extends MeXGeometryI>
-
- Type Parameters:
T
- the type of the mesh topologyG
- the type of the mesh geometry
- All Superinterfaces:
MeXMeshUnstructured<G>
,MiLineMeshCurvilinear<T,G>
,MiMesh
,MiMeshUnstructured<G>
public interface MeXLineMeshCurvilinear<T extends MeXTopologyI,G extends MeXGeometryI> extends MiLineMeshCurvilinear<T,G>, MeXMeshUnstructured<G>
Extracted curvilinear line mesh interface.This interface defines 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 it is the case for unstructured line meshes.
-
-
Method Summary
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.MiLineMeshCurvilinear
getTopology
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.MiMeshUnstructured
getGeometry
-
-