Uses of Class
com.openinventor.meshvizxlm.mesh.Dimension
-
Packages that use Dimension Package Description com.openinventor.meshvizxlm.extractors.slab Provides classes for slab extraction.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes.com.openinventor.meshvizxlm.mesh Provides interfaces for meshes definition. -
-
Uses of Dimension in com.openinventor.meshvizxlm.extractors.slab
Methods in com.openinventor.meshvizxlm.extractors.slab with parameters of type Dimension Modifier and Type Method Description abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI>
MiSlabExtractIjk. extractSlab(int index, int thickness, Dimension dimension, MiCellFilterIjk cellFilter)
Builds the mesh skin of the slab defined by the specified index on the given dimension and the specified thickness. -
Uses of Dimension in com.openinventor.meshvizxlm.mapping.nodes
Fields in com.openinventor.meshvizxlm.mapping.nodes with type parameters of type Dimension Modifier and Type Field Description SoSFEnum<Dimension>
MoMeshSlab. dimension
The dimension along which the slab will be computed. -
Uses of Dimension in com.openinventor.meshvizxlm.mesh
Methods in com.openinventor.meshvizxlm.mesh that return Dimension Modifier and Type Method Description static Dimension
Dimension. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Dimension[]
Dimension. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-