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