Interface MeXLineMeshUnstructured<C extends MeXLineCell,T extends MeXLineTopologyExplicitI<C>,G extends MeXGeometryI>
-
- Type Parameters:
C
- the type of cellsT
- the type of the mesh topologyG
- the type of the mesh geometry
- All Superinterfaces:
MiLineMeshUnstructured<C,T,G>
,MiMesh
,MiMeshUnstructured<G>
,MiMeshUnstructuredI<C,T,G>
- All Known Implementing Classes:
MeXLineMeshFromPolyhedralMesh
public interface MeXLineMeshUnstructured<C extends MeXLineCell,T extends MeXLineTopologyExplicitI<C>,G extends MeXGeometryI> extends MiLineMeshUnstructured<C,T,G>
Extracted unstructured line mesh interface.This interface defines an extracted unstructured line mesh. This is a list of
MeXLineCell
segments.
-
-
Method Summary
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.MiMeshUnstructured
getGeometry
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.MiMeshUnstructuredI
getTopology
-
-