public static enum MoMeshVizDataMapping.MeshType extends java.lang.Enum<MoMeshVizDataMapping.MeshType>
| Enum Constant and Description |
|---|
LINE_MESH_CURVILINEAR
Curvilinear Line Mesh
|
LINE_MESH_UNSTRUCTURED
Unstructured Line Mesh
|
SURFACE_MESH_CURVILINEAR
Curvilinear Surface Mesh
|
SURFACE_MESH_UNSTRUCTURED
Unstructured Surface Mesh
|
UNDEFINED_MESH
Mesh not defined
|
VOLUME_MESH_HEXAHEDRON_IJK
Unstructured IJK Hexahedron Mesh
|
VOLUME_MESH_UNSTRUCTURED
Unstructured Volume Mesh
|
VOLUME_MESH_VERTEX_HEXAHEDRON_IJK
Vertex Hexahedron IJK Mesh
|
| Modifier and Type | Method and Description |
|---|---|
static MoMeshVizDataMapping.MeshType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MoMeshVizDataMapping.MeshType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoMeshVizDataMapping.MeshType VOLUME_MESH_UNSTRUCTURED
public static final MoMeshVizDataMapping.MeshType VOLUME_MESH_HEXAHEDRON_IJK
public static final MoMeshVizDataMapping.MeshType VOLUME_MESH_VERTEX_HEXAHEDRON_IJK
public static final MoMeshVizDataMapping.MeshType SURFACE_MESH_UNSTRUCTURED
public static final MoMeshVizDataMapping.MeshType SURFACE_MESH_CURVILINEAR
public static final MoMeshVizDataMapping.MeshType LINE_MESH_UNSTRUCTURED
public static final MoMeshVizDataMapping.MeshType LINE_MESH_CURVILINEAR
public static final MoMeshVizDataMapping.MeshType UNDEFINED_MESH
public static MoMeshVizDataMapping.MeshType[] values()
for (MoMeshVizDataMapping.MeshType c : MoMeshVizDataMapping.MeshType.values()) System.out.println(c);
public static MoMeshVizDataMapping.MeshType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullGenerated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com