Class MoSurfaceMeshDetail
- java.lang.Object
-
- com.openinventor.meshvizxlm.mapping.details.MoMeshRepresentationDetail<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI>
-
- com.openinventor.meshvizxlm.mapping.details.MoSurfaceMeshDetail
-
- All Implemented Interfaces:
java.lang.Cloneable
public class MoSurfaceMeshDetail extends MoMeshRepresentationDetail<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> implements java.lang.Cloneable
Stores detail information about a mesh representation defined by a surface.This class contains detail information about a mesh representation defined by a surface. It includes the extracted surface.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MoSurfaceMeshDetail
clone()
MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI>
getExtractedMesh()
Returns the extracted surface.-
Methods inherited from class com.openinventor.meshvizxlm.mapping.details.MoMeshRepresentationDetail
getExtractedColorScalarSet
-
-
-
-
Method Detail
-
getExtractedMesh
public MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> getExtractedMesh()
Returns the extracted surface.- Returns:
- the extracted surface.
-
clone
public MoSurfaceMeshDetail clone()
-
-