Uses of Interface
com.openinventor.meshvizxlm.mesh.cell.MiLineCell
-
Packages that use MiLineCell Package Description com.openinventor.meshvizxlm.mesh Provides interfaces for meshes definition.com.openinventor.meshvizxlm.mesh.topology Provides interfaces for mesh topologies definition.com.openinventor.meshvizxlm.meshextracted.cell Provides interfaces for defining cells of extracted meshes. -
-
Uses of MiLineCell in com.openinventor.meshvizxlm.mesh
Classes in com.openinventor.meshvizxlm.mesh with type parameters of type MiLineCell Modifier and Type Interface Description interface
MiLineMeshUnstructured<C extends MiLineCell,T extends MiLineTopologyExplicitI<C>,G extends MiGeometryI>
Unstructured Line mesh interface. -
Uses of MiLineCell in com.openinventor.meshvizxlm.mesh.topology
Classes in com.openinventor.meshvizxlm.mesh.topology with type parameters of type MiLineCell Modifier and Type Interface Description interface
MiLineTopologyExplicitI<C extends MiLineCell>
List of line cells interface. -
Uses of MiLineCell in com.openinventor.meshvizxlm.meshextracted.cell
Subinterfaces of MiLineCell in com.openinventor.meshvizxlm.meshextracted.cell Modifier and Type Interface Description interface
MeXLineCell
Defines a cell of an extracted line mesh.
-