Class MoMeshElement.Mesh
- java.lang.Object
-
- com.openinventor.meshvizxlm.mapping.elements.MoMeshElement.Mesh
-
- Enclosing class:
- MoMeshElement
public static class MoMeshElement.Mesh extends java.lang.Object
Utility class to store mesh parameters.
-
-
Field Summary
Fields Modifier and Type Field Description MiMesh
mesh
The meshMoMeshVizDataMapping.MeshType
meshType
The mesh typelong
timeStamp
The time stamp value
-
-
-
Field Detail
-
mesh
public MiMesh mesh
The mesh
-
meshType
public MoMeshVizDataMapping.MeshType meshType
The mesh type
-
timeStamp
public long timeStamp
The time stamp value
-
-