Uses of Interface
com.openinventor.meshvizxlm.mesh.topology.MiTopology
Packages that use MiTopology
Package
Description
Provides interfaces for mesh topologies definition.
Provides interfaces for defining topologies of extracted meshes.
-
Uses of MiTopology in com.openinventor.meshvizxlm.mesh.topology
Subinterfaces of MiTopology in com.openinventor.meshvizxlm.mesh.topologyModifier and TypeInterfaceDescriptioninterface
List of volume cells interface.interface
MiLineTopologyExplicitI<C extends MiLineCell>
List of line cells interface.interface
MiSurfaceTopologyExplicitI<C extends MiSurfaceCell>
List of surface cells interface.interface
MiTopologyExplicitI<C extends MiCell>
List of generic cells interface.interface
List of cells interface.interface
List of structured surface cells interface.interface
List of volume cells interface.interface
MiVolumeTopologyExplicitI<C extends MiVolumeCell>
List of volume cells interface. -
Uses of MiTopology in com.openinventor.meshvizxlm.meshextracted.topology
Subinterfaces of MiTopology in com.openinventor.meshvizxlm.meshextracted.topologyModifier and TypeInterfaceDescriptioninterface
MeXLineTopologyExplicitI<C extends MeXLineCell>
List of extracted line cells interface.interface
MeXSurfaceTopologyExplicitI<C extends MeXSurfaceCell>
List of extracted surface cells interface.interface
List of extracted cells interface.interface
List of extracted structured surface cells interface.