Uses of Interface
com.openinventor.meshvizxlm.mesh.topology.MiTopologyExplicitI
Packages that use MiTopologyExplicitI
Package
Description
Provides classes for detail information storage.
Provides interfaces for meshes definition.
Provides interfaces for mesh topologies definition.
Provides interfaces for defining topologies of extracted meshes.
-
Uses of MiTopologyExplicitI in com.openinventor.meshvizxlm.mapping.details
Classes in com.openinventor.meshvizxlm.mapping.details with type parameters of type MiTopologyExplicitIModifier and TypeClassDescriptionclass
MoMeshRepresentationDetail<C extends MiCell,
T extends MiTopologyExplicitI<C>, G extends MiGeometryI> Stores detail information about a mesh representation. -
Uses of MiTopologyExplicitI in com.openinventor.meshvizxlm.mesh
Classes in com.openinventor.meshvizxlm.mesh with type parameters of type MiTopologyExplicitIModifier and TypeInterfaceDescriptioninterface
MiMeshUnstructuredI<C extends MiCell,
T extends MiTopologyExplicitI<C>, G extends MiGeometryI> I Unstructured mesh interface. -
Uses of MiTopologyExplicitI in com.openinventor.meshvizxlm.mesh.topology
Subinterfaces of MiTopologyExplicitI in com.openinventor.meshvizxlm.mesh.topologyModifier and TypeInterfaceDescriptioninterface
MiLineTopologyExplicitI<C extends MiLineCell>
List of line cells interface.interface
MiSurfaceTopologyExplicitI<C extends MiSurfaceCell>
List of surface cells interface.interface
MiVolumeTopologyExplicitI<C extends MiVolumeCell>
List of volume cells interface. -
Uses of MiTopologyExplicitI in com.openinventor.meshvizxlm.meshextracted.topology
Subinterfaces of MiTopologyExplicitI 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.