Salome HOME
0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion...
authoreap <eap@opencascade.com>
Thu, 13 May 2010 06:24:13 +0000 (06:24 +0000)
committereap <eap@opencascade.com>
Thu, 13 May 2010 06:24:13 +0000 (06:24 +0000)
commit06112642236f070dcb036ee089189bfd781f83d6
tree81b5f601c0c0399532c7508fc87b51adcf48acfe
parent475c43c868ed4c54c09d2bff3c03b53acb5b2e00
0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion linear-quadratic
     ## Computes the mesh and returns the status of the computation
+    #  @param discardModifs if True and the mesh has been edited since
+    #         a last total re-compute and that may prevent successful partial re-compute,
+    #         then the mesh is cleaned before Compute()
     #  @return True or False
     #  @ingroup l2_construct
-    def Compute(self, geom=0):
+    def Compute(self, geom=0, discardModifs=False):
src/SMESH_SWIG/smeshDC.py