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