eap 0611264223 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):
2010-05-13 06:24:13 +00:00
2010-05-07 15:08:23 +00:00
2010-05-07 15:08:23 +00:00
2010-05-07 15:08:23 +00:00
2010-05-07 15:08:23 +00:00
2010-05-07 15:08:23 +00:00
2004-06-18 08:34:31 +00:00
2010-05-07 15:08:23 +00:00
2004-06-18 08:34:31 +00:00
2003-11-06 11:34:19 +00:00
2010-05-07 15:08:23 +00:00

The file is empty.
Description
SALOME Mesh module
Readme 91 MiB
Languages
C++ 85.2%
Python 12.8%
CMake 1.1%
HTML 0.4%
C 0.3%
Other 0.1%