Salome HOME
New feature: colinearizeEdges(): merge colinear edges of polyhedrons
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingUMesh.hxx
index b47c167f702e4169376b6114b6e40fe7813e7e2c..3eca47ac747fe610dc634516927c38120d1887aa 100644 (file)
@@ -108,6 +108,7 @@ namespace MEDCoupling
     MEDCOUPLING_EXPORT void convertExtrudedPolyhedra();
     MEDCOUPLING_EXPORT bool unPolyze();
     MEDCOUPLING_EXPORT void simplifyPolyhedra(double eps);
+    MEDCOUPLING_EXPORT void colinearizeEdges(double eps);
     MEDCOUPLING_EXPORT MEDCouplingUMesh *buildSpreadZonesWithPoly() const;
     MEDCOUPLING_EXPORT std::vector<DataArrayIdType *> partitionBySpreadZone() const;
     MEDCOUPLING_EXPORT DataArrayIdType *computeFetchedNodeIds() const;