mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-03 04:04:28 +05:00

Avoid dump failure if create a sub-mesh on the main shape extracted from it-self def Assign(self, algo, mesh, geom): ... - if not geom: + if not geom or geom.IsSame( mesh.geom ): self.geom = mesh.geom
The file is empty.
Description
Languages
C++
85.2%
Python
12.8%
CMake
1.1%
HTML
0.4%
C
0.3%
Other
0.1%