Class MeXLineMeshFromPolyhedralMesh
- java.lang.Object
-
- com.openinventor.meshvizxlm.meshextracted.MeXLineMeshFromPolyhedralMesh
-
- All Implemented Interfaces:
MiLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
,MiMesh
,MiMeshUnstructured<MeXGeometryI>
,MiMeshUnstructuredI<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
,MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
public class MeXLineMeshFromPolyhedralMesh extends java.lang.Object implements MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
-
-
Constructor Summary
Constructors Constructor Description MeXLineMeshFromPolyhedralMesh(MeXLineTopologyExplicitI<MeXLineCell> topology, MeXGeometryI geometry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MeXGeometryI
getGeometry()
Returns the unstructured geometry of this mesh.MeXLineTopologyExplicitI<MeXLineCell>
getTopology()
Returns the generic topology of this mesh.void
setGeometry(MeXGeometryI geometry)
void
setTopology(MeXLineTopologyExplicitI<MeXLineCell> topology)
-
-
-
Constructor Detail
-
MeXLineMeshFromPolyhedralMesh
public MeXLineMeshFromPolyhedralMesh(MeXLineTopologyExplicitI<MeXLineCell> topology, MeXGeometryI geometry)
-
-
Method Detail
-
setTopology
public void setTopology(MeXLineTopologyExplicitI<MeXLineCell> topology)
-
setGeometry
public void setGeometry(MeXGeometryI geometry)
-
getTopology
public MeXLineTopologyExplicitI<MeXLineCell> getTopology()
Description copied from interface:MiMeshUnstructuredI
Returns the generic topology of this mesh.- Specified by:
getTopology
in interfaceMiMeshUnstructuredI<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
- Returns:
- the generic topology of this mesh
-
getGeometry
public MeXGeometryI getGeometry()
Description copied from interface:MiMeshUnstructured
Returns the unstructured geometry of this mesh.- Specified by:
getGeometry
in interfaceMiMeshUnstructured<MeXGeometryI>
- Returns:
- the unstructured geometry of this mesh
-
-