Class MoMeshElement.ConnectedRepresentation
- java.lang.Object
-
- com.openinventor.meshvizxlm.mapping.elements.MoMeshElement.ConnectedRepresentation
-
- Enclosing class:
- MoMeshElement
public static class MoMeshElement.ConnectedRepresentation extends java.lang.Object
Utility class to store connected representation parameters.
-
-
Field Summary
Fields Modifier and Type Field Description MoMeshRepresentation
connectedRep
The connected representationMoMeshVizDataMapping.MeshType
meshType
The mesh type
-
-
-
Field Detail
-
connectedRep
public MoMeshRepresentation connectedRep
The connected representation
-
meshType
public MoMeshVizDataMapping.MeshType meshType
The mesh type
-
-