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 Object
implements MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
-
Constructor Summary
ConstructorsConstructorDescriptionMeXLineMeshFromPolyhedralMesh
(MeXLineTopologyExplicitI<MeXLineCell> topology, MeXGeometryI geometry) -
Method Summary
Modifier and TypeMethodDescriptionReturns the unstructured geometry of this mesh.Returns the generic topology of this mesh.void
setGeometry
(MeXGeometryI geometry) void
setTopology
(MeXLineTopologyExplicitI<MeXLineCell> topology)
-
Constructor Details
-
MeXLineMeshFromPolyhedralMesh
public MeXLineMeshFromPolyhedralMesh(MeXLineTopologyExplicitI<MeXLineCell> topology, MeXGeometryI geometry)
-
-
Method Details
-
setTopology
-
setGeometry
-
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
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
-